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

added tabIndex as a prop #30

Closed iamgutz closed 5 years ago

iamgutz commented 5 years ago

This change fixes issue reported in #25

markusenglund commented 5 years ago

Thanks! Merged and released in 4.0.0 with some small adjustments to the prop-types and the description.