@orbitgtbelgium/time-slider
v1.0.186
Published
> With this module you can select an interval over a series of data by means of a start and end date wich then returns a new start and end date. You can also animate this interval.
Downloads
57
Keywords
Readme
Orbit Time Slider
With this module you can select an interval over a series of data by means of a start and end date wich then returns a new start and end date. You can also animate this interval.
Install
yarn add @orbitgtbelgium/time-slider
# or
npm install @orbitgtbelgium/time-slider
Develop
yarn watch # watch
Production
yarn build
# or
npm run build
Publish
npm publish
Example
NOTE
For create-react-app >= 5, need to add GENERATE_SOURCEMAP=false before commmand.
For ex (package.json
):
"start": "GENERATE_SOURCEMAP=false react-scripts start",