1.1.8 • Published 4 years ago
@relaunay/date-picker v1.1.8
DatePicker Package React
This is the repository for a Date picker package made with react You can find the storybook of the date picker here for some help with the component: https://date-picker-doc.web.app/
Prerequisites
- Node JS 16 or later
- npm or yarn
Installation
Inside the project folder use your packet manager for install dependancies
npm installUsage
For development use storybook:
npm run storybookBuild the project for production:
npm run buildLaunch the test:
npm run test