1.4.1 • Published 7 years ago

santas-blueprintjs-datetime v1.4.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

Blueprint Date & Time Components

Blueprint is a React UI toolkit for the web.

This package contains a collection of React components for working with dates and times.

Two third-party libraries are used in this package to ease the burden of time management:

  • Moment.js is the de facto library for manipulating dates in JavaScript. We use it for formatting dates as strings.
  • react-day-picker is a solid React calendaring library. We use it internally for the calendar and expose some parts of its API (particularly modifiers).

Installation

npm install --save @blueprintjs/datetime

Full Documentation | Source Code