Custom datepicker component with presets for react applications.
To get the project running on local, do the following:
Run the command yarn
to install depenedencies. Or npm install
if you prefer npm.
Run the command yarn start
. This will open storybook in development mode on port 6006.
Open http://localhost:6006/ to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.