aaronshaf / react-toggle

Elegant, accessible toggle component for React. Also a glorified checkbox.
http://aaronshaf.github.io/react-toggle/
MIT License
945 stars 159 forks source link

Update redirect URL to component styles #163

Open charisTheo opened 3 years ago

charisTheo commented 3 years ago

The URL pointing to the raw CSS file was misleading in my case because I thought all I had to do was to create a toggle.module.css file and import that in the component I was using <Toggle /> which took me a while to debug.

jagadhis commented 2 years ago

this is great