Switch
A control that allows the user to toggle between checked and not checked.
Installation
Usage
<script lang="ts">
import { Switch } from "$lib/components/ui/switch/index.js";
</script>
<Switch />
A control that allows the user to toggle between checked and not checked.
<script lang="ts">
import { Switch } from "$lib/components/ui/switch/index.js";
</script>
<Switch />