react-toggle icon indicating copy to clipboard operation
react-toggle copied to clipboard

Elegant, accessible toggle component for React. Also a glorified checkbox.

Results 74 react-toggle issues
Sort by recently updated
recently updated
newest added

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

Can we bump it to React v19? There seems to be a dependency issue.

Update peerDependency for made it compatible with react 19 friendly ping @aaronshaf @tremby All tests pass:

Tools like Cypress don't play well with react-toggle because while the input exists, Cypress can tell that it is hidden. So you have to `cy.get('input', {force: true})` to select it....