Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A control that allows the user to toggle between checked and not checked.
npx shadcn-svelte@next add switch
Install bits-ui
npm install bits-ui -D
Copy and paste the component source
<script lang="ts"> import { Switch } from "$lib/components/ui/switch/index.js"; </script>
<Switch />