Skip to main content

InputLabel

The content of a table component.

Link

Error message

<InputLabel
htmlFor="id"
label="Input label"
hint="Link"
error="Error message"
/>

Props

IsLegend

Add this prop when the component is used in a fieldset, for example on the Checkboxes or RadioButtons components.

Input label

Link

Error message

<InputLabel
isLegend
label="Input label"
hint="Link"
error="Error message"
/>