Socket
Book a DemoInstallSign in
Socket

kalender

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kalender

A smooth datepicker for React.

latest
Source
npmnpm
Version
0.3.4
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 15 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts