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 [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Can we have this bumped for react 18. Getting some dependency issues it seems.

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...

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.14 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

referencing #164 we had a problem in the state changing also I added an example for demmonstration

I think that controlling the size of the toggle is a common use case (in my case, I want it about 25% smaller), but I can't see any way to...

the label property is used by screen readers, a configurable label would improve the right characterization of the toggle.

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...

If you use the disabled prop the focus state styles can not be removed by clicking away. https://codesandbox.io/s/hopeful-khayyam-qy5n8?file=/src/App.js