Label

A form label with built-in support for required/optional indicators and inline hints.

Installation

Props

Extends HTMLLabelElement props.

PropTypeDefaultDescription
required
booleanfalseAppend a red asterisk.
optional
booleanfalseAppend a muted "(optional)" tag.
hint
stringInline helper text rendered next to the label.