@deepacks/react-date-picker
TypeScript icon, indicating that this package has built-in type declarations

0.2.17 • Public • Published

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} />

Package Sidebar

Install

npm i @deepacks/react-date-picker

Weekly Downloads

2

Version

0.2.17

License

MIT

Unpacked Size

28.4 kB

Total Files

24

Last publish

Collaborators

  • deepacks