react-itimeslot
v1.0.1
Published
React-iTimeslot is a React component that can be use for any developer to handle timeslot.
Downloads
1
Readme
React-iTimeslot
React-iTimeslot is a React component that can be use for any developer to handle timeslot.
Usage
import ReactiTimeslot from "react-itimeslot"
...
<ReactiTimeslot
onChange={(data, day, time) => yourHandler()}
iconSelected="<path_to_the_image>" // optional
iconUnselected="<path_to_the_image>" // optional
/>
...