Inputs & Forms
Fieldset
server21.25 kB
@stellaria/nebula-webFieldsetPropsPreview
Props
5| Prop | Type | Default |
|---|---|---|
className | string | — |
description | ReactNode | — |
disabled | boolean | false |
legend | ReactNode | — |
surface | FieldsetSurface | "outline" |
Slot props
2Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
descriptionProps The description. It carries the id the group `aria-describedby` points at. | TextSlotProps | — |
legendProps The legend. Only rendered with `legend`. | TextSlotProps | — |
Also accepts
On top of its own props, this component forwards these groups.
HTML attributes · 279Style props · 128