Getting Started

Components

Themes

Please understand this website is built in react, the components are in react native. There may be slight differences!

DatePicker

A calendar or date picker whatever you might want to call it!

SunMonTueWedThuFriSat
1
Install by running this command!
npx uni-ui-kit install Calendar
2
Import the component!
import DatePicker from '../lib/ui/calendar';
Properties table
initDate?
{month: number, year: number}
First page shown when the calendar is loaded
numberOfLetters?
2, 3
Number of letters of the days
onValueChange?
(dateData: string)=>void
Callback function when the date is changed