0.2.17 • Published 4 years ago

@deepacks/react-date-picker v0.2.17

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago