flippingbitss / react-daterange-picker

A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
MIT License
110 stars 212 forks source link

Add storybook #14

Open frycz opened 3 years ago

frycz commented 3 years ago

Motivation

Currently, there is no quick way to experiment with component implementation and see the results. My proposal is to add the storybook.

After dependencies installation the user just needs to run:

npm run storybook

How to test