You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SvelteJS component for switch or toggle a boolean.The component is Svelte implementation of [react-switch](https://github.com/markusenglund/react-switch).
6
+
SvelteJS component for switch or toggle a boolean. User would be able to drag or click for toggling.
7
7
8
8
## Demo
9
9
@@ -82,7 +82,7 @@ The switch is {checkedValue ? 'on' : 'off'}.
82
82
83
83
## Credits
84
84
85
-
Component is reimplementation [react-switch](https://github.com/markusenglund/react-switch). Complete credit goes to author and contributors of [react-dropzone](https://github.com/markusenglund/react-switch).
85
+
Component is reimplementation [react-switch](https://github.com/markusenglund/react-switch). Complete credit goes to author and contributors of [react-switch](https://github.com/markusenglund/react-switch).
0 commit comments