react-toggle
react-toggle copied to clipboard
Add data-test pass-through prop
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 <Toggle /> component. Please could you add this?