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

Unchecked icon prop #110

Open 101Amine opened 2 years ago

101Amine commented 2 years ago

The unchecked prop isn't declared anymore on the SwitchProps, how can we use a custom unchecked icon?

markusenglund commented 2 years ago

Looks like it's still there, no? https://github.com/markusenglund/react-switch/blob/206e66d9c8002c7f635cc3f51f3b1cf21ccd3570/src/index.jsx#L431