s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Forms and controls

FormGroup

No summary has been written for FormGroup. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.

Public export

typescript
import { FormGroup } from '@happyvertical/smrt-ui/forms';
Import path
@happyvertical/smrt-ui/forms
Props
7
Props described
7 of 7
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
labelstringYesText label displayed for the form field.
idstringNoOptional ID for the input inside the group.
errorstringNoOptional error message shown in alert color.
hintstringNoOptional help text displayed below the control.
requiredbooleanNoWhether the form control is required.
interactionControlInteractionOptions | falseNoAgent/tutorial interaction metadata inherited by the wrapped control.
childrenSnippetYesForm control (input, checkbox, etc.) inside the group.

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation