1.0.1 • Published 1 year ago

react-itimeslot v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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
/>
...