Label
Label component documentation.
Usage
import { Label } from "@aqqo/aqqo-ui";<Label htmlFor="email">Your email address</Label>Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | Additional CSS classes for custom styling. |
...props | React.HTMLProps<HTMLLabelElement> | - | Standard HTML label attributes (htmlFor, etc.). |