0.2.17 • Published 3 years ago

@deepacks/react-date-picker v0.2.17

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React-date-picker

This is an easy to use date picker for react. Style customisation is in development.

Installation

The package can be installed via npm:

npm install @deepacks/react-date-picker --save

Or via yarn:

yarn add @deepacks/react-date-picker

Configuration

The DatePicker requires a state containing the UTC string of the date (or an empty string) to work:

const [utcDateString, setUtcDateString] = useState("")

<DatePicker value={utcDateString} onChange={setUtcDateString} />
0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago