1.2.0 • Published 4 years ago

tsdev-datepicker v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

tsdev-datepicker

v1.2.x

Installation

npm install --save tsdev-datepicker

CSS

add index.css from dist folder to your project

import './../node_modules/tsdev-datepicker/dist/index.css';

Import & Usage

import {
    Datepicker
} from 'tsdev-datepicker';

...

<Datepicker />

Storybook

http://www.schlender-entwicklung.com/storybook/tsdev-datepicker

Important

You can include all components as a base component in your implementation. No properties are required as needed. So you can get a better overview, without provoking mistakes immediately.