Forms
Label
Accessible form label. Pairs with any input.
Sourcelabel.tsx
Primitive
@radix-ui/react-label
Label + Input
Pairs with any input element via htmlFor.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
htmlFor | string | -- | ID of the associated input element. |
Related
Usage
import { Label } from "@doss/tetris-ui";