@uireact/datepicker v0.21.2
@UiReact
This is a React UI library, that defines a customizable theme object that powers all colorations, texts, sizes, etc.. Across your react application.
We are built using framer-motion for great animations and styled-components for easy CSS management.
You should visit our docs page for all information @uireact docs.
@uireact/datepicker
This package exports UiDatepicker
and UiInputDatepicker
used to render datepickers and input datepickers.
We have a page dedicated to this component @uireact/datepicker docs.
Usage
Get @UiReact library working
First step is to get the library working for this you can look at this doc: Getting started.
Install package
If using npm:
npm i -S @uireact/datepicker
Use it
import { UiInputDatepicker } from '@uireact/datepicker';
<UiInputDatepicker
label="Date"
labelOnTop
placeholder="Select the date"
highlightToday
onChange={(value) => {
console.log(value);
}}
icon={<UiIcon icon="CalendarLines" />}
size="large"
useDialogOnSmall
closeLabel="Done"
/>
5 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago