Import
import { Label } from "@dartwic/interface-sdk/ui";Declaration
export const Label: HostComponent<LabelProps>;LabelProps
Props accepted by a form label.
export interface LabelProps extends HostComponentProps {
/** Identifier of the labeled form control. */
htmlFor?: string;
}| Prop | Type | Requirement | Description |
|---|---|---|---|
htmlFor | string | Optional | Identifier of the labeled form control. |