<script>
import Toggle from "svelte-toggle@1.0.0";
let toggled = false;
</script>
<svelte:head>
<!-- override REPL button margin rule -->
<style>button{margin:0}</style>
</svelte:head>
<Toggle
label="My toggle label"
switchColor="#eee"
toggledColor="#24a148"
untoggledColor="#fa4d56"
on="On"
off="Off"
bind:toggled />
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter