Type Alias: SelectLabelProps

SelectLabelProps = PropsWithChildren<LabelHTMLAttributes<HTMLLabelElement>>

Props accepted by the select label.

Example

<Select.Label>Spell school</Select.Label>