Skip to content
Domain-Specific

Form

client45.5 kB
@stellaria/nebula-webFormProps

Preview

Props

9
PropTypeDefault

children

required
ReactNode

className

string

color

ColorExtended"primary"

disabled

booleanfalse

id

string

isPending

booleanfalse

name

string

noValidate

booleantrue

onSubmit

((event: FormEvent<HTMLFormElement>) => Promise<void> | void)

Slot props

1

Each one spreads over an inner element, so you can restyle a region without forking the component.

PropTypeDefault

fieldsetProps

The `fieldset` that groups the fields. It is what disables them while `isPending`.

BoxSlotProps

Parts

4
Form.BanderoleForm.ContentForm.FooterForm.Header

Also accepts

On top of its own props, this component forwards these groups.

Style props · 128