react-flexible-switch icon indicating copy to clipboard operation
react-flexible-switch copied to clipboard

:on: Easy and Flexible React Switches

Results 1 react-flexible-switch issues
Sort by recently updated
recently updated
newest added

When using this component with server side rendering, this error occured: > ReferenceError: window is not defined This is when you check about touch device: ``` javascript this.isTouchDevice = window['ontouchstart']...