Forms and controls
Fieldset
No summary has been written for Fieldset. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { Fieldset } from '@happyvertical/smrt-ui/forms';- Import path
@happyvertical/smrt-ui/forms- Props
- 5
- Props described
- 5 of 5
- Bindable state
- 0
- Callback events
- 0
- Verified release
- 0.44.0
Props
Also accepts Omit<HTMLFieldsetAttributes, 'class'>. The table lists the
component-specific contract.
NameTypeRequiredDescription
legendstringYesLegend text that labels the fieldset.descriptionstringNoOptional description text displayed below the legend.errorstringNoOptional error message displayed in alert color.classstringNoCSS class to apply to the fieldset.childrenSnippetYesForm controls and content inside the fieldset.Bindable state
This component has no bindable public state.
Callback events
This component declares no callback event props.