React UI component for selecting elements of set.
npm install react-interval-selector
import ReactIntervalSelector from 'react-interval-selector';
...
<ReactIntervalSelector />
...
-
initializer(from, to, interval) Use this property to define a function that will create an array of elements. By default component will create a set of time intervals from '00:00' to '23:30'
-
fromInterval
-
toInterval
-
interval Theese values will be passed to initializer
-
onChangeSelection Set a handler to detect changes. The array of current values for every element will be passed to function ([true, false, true ...]).