0.3.4 • Published 7 years ago

kalender v0.3.4

Weekly downloads
2
License
Unlicense
Repository
github
Last release
7 years ago

Kalender

A smooth datepicker for React.

Usage

Install the package via NPM:

yarn add kalender || npm install kalender

You will need to install the following packages on your own:

  • date-fns (version 2 and above)
  • prop-types (version 15 and above)
  • react (version 15 and above)
  • react-addons-css-transition-group (version 15 and above)

Then import the component as you usually do:

import Kalender from "kalender"

export default () =>
<Kalender selectedDate={new Date()} />

See the Storybook for more details.

--

Please be informed that this is a pre-release and that the API might change before reaching v1.0. Please report any issues you may come across.

Made by some folks at iZettle