markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

Fix/on click #126

Open esha111998 opened 9 months ago

esha111998 commented 9 months ago

fixed #125

  1. Added the onClick prop to the Switch component.
  2. It will be called if passed as a prop from parent component.