Skip to content

components/label

@fungi.computer/caps


@fungi.computer/caps / components/label

LabelProps = object & LabelHTMLAttributes<HTMLLabelElement>>

Props accepted by Label.

optional required?: boolean

const Label: ForwardRefExoticComponent<object & LabelHTMLAttributes<HTMLLabelElement> > & RefAttributes<HTMLLabelElement>>>>

A label primitive that associates caller-provided text with a form control.