Label
ui
control
typography
Form field label with accessibility support
Associates label text with form controls
import { Label } from "@everydayos/ui";API
| Prop | Type | Default |
|---|---|---|
className | unknown | — |
Composition
Pairs well with
Input
Stack
When to avoid
- Not a form field — use Text or Text variant="muted" instead
- Need heading — use Heading instead