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

Add data-test pass-through prop #171

Open joetidee opened 3 years ago

joetidee commented 3 years ago

When writing tests it is common to assign a data-test attribute to the DOM node to be able to target it in your tests. It is not possible to pass this to the component. Please could you add this?