Domain-Specific
Form
client45.5 kB
@stellaria/nebula-webFormPropsPreview
Props
9| Prop | Type | Default |
|---|---|---|
children required | ReactNode | — |
className | string | — |
color | ColorExtended | "primary" |
disabled | boolean | false |
id | string | — |
isPending | boolean | false |
name | string | — |
noValidate | boolean | true |
onSubmit | ((event: FormEvent<HTMLFormElement>) => Promise<void> | void) | — |
Slot props
1Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
fieldsetProps The `fieldset` that groups the fields. It is what disables them while `isPending`. | BoxSlotProps | — |
Parts
4Form.BanderoleForm.ContentForm.FooterForm.HeaderAlso accepts
On top of its own props, this component forwards these groups.
Style props · 128