Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
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>