react-timeline-range-slider
A Timeline Range Slider With React.js.
Installation
npm i react-timeline-range-slider
Props
Prop | Type | Default | Description |
---|---|---|---|
timelineInterval | array | [startOfToday(), endOfToday()] | Interval to display |
selectedInterval | array | [new Date(), addHours(new Date(), 1)] | Selected interval inside the timeline |
disabledIntervals | array | [] | Array of disabled intervals inside the timeline |
containerClassName | string | ClassName of the wrapping container | |
step | number | 48 | Number of milliseconds between steps |
ticksNumber | number | 1800000 | Number of steps on the timeline (the default value is 30 minutes) |
error | bool | false | Is the selected interval is not valid |
onUpdateCallback | function | ||
onChangeCallback | function |