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.
Renders an accessible label associated with controls.
npx shadcn-svelte@next add label
Install bits-ui
npm install bits-ui -D
Copy component code
<script lang="ts"> import { Label } from "$lib/components/ui/label/index.js"; </script>
<Label for="email">Your email address</Label>