<Label />
Form label component for Auxx app dialogs.
A label for associating text with form inputs.
import { Label, Input } from '@auxx/sdk/client'
<Label htmlFor="email">Email Address</Label>
<Input id="email" type="email" placeholder="[email protected]" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | Label text |
htmlFor | string? | — | ID of the associated input element |