1 | <img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">
|
2 |
|
3 | # [Blueprint](http://blueprintjs.com/) Date & Time Components
|
4 |
|
5 | Blueprint is a React UI toolkit for the web.
|
6 |
|
7 | This package contains a collection of React components for working with dates and times.
|
8 |
|
9 | [react-day-picker v7](https://react-day-picker-v7.netlify.app/) is a dependency of this package; we use it
|
10 | to render calendars.
|
11 |
|
12 | ## Installation
|
13 |
|
14 | ```
|
15 | npm install --save @blueprintjs/datetime
|
16 | ```
|
17 |
|
18 | ### [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)
|