Copy to clipboard
Installation
Copy to clipboard
npx bearnie add label
npx bearnie add label
bunx bearnie add label
bunx bearnie add label
pnpm dlx bearnie add label
pnpm dlx bearnie add label
yarn dlx bearnie add label
yarn dlx bearnie add label
Copy to clipboard
import Label from "@/components/ui/label/Label.astro";
Usage
import { Label } from "@/components/ui/label"
<Label for="email">Email</Label>
Examples
With input
Copy to clipboard
With checkbox
Copy to clipboard
Required
Copy to clipboard
Anatomy
Label- A single label element
Props
Label
| Prop | Type | Default | Description |
|---|---|---|---|
| for | string | - | ID of the associated form element |
| required | boolean | false | Shows required indicator (*) |
| class | string | - | Additional CSS classes |