Fieldset
Display a collection of related information in a single unit.
Add custom buttons in Actions
.
Representation in different situations.
Show multiple Fieldset.
Use Divider
and Fieldset.Content
to combine different layouts.
APIs / Schnittstellendokumentation
Attribute | Description | Type | Accepted values | Default |
---|
value | unique ident value (only in group) | string | - | - |
label | group tab text (only in group) | string | - | - |
title | title of fieldset | ReactNode / string | - | - |
subtitle | subtitle of fieldset | ReactNode / string | - | - |
... | native props | FieldsetHTMLAttributes | 'name', 'className', ... | - |
Attribute | Description | Type | Accepted values | Default |
---|
... | native props | HTMLAttributes | - | - |
Attribute | Description | Type | Accepted values | Default |
---|
... | native props | HTMLAttributes | - | - |
Attribute | Description | Type | Accepted values | Default |
---|
... | native props | HTMLAttributes | - | - |
Attribute | Description | Type | Accepted values | Default |
---|
... | native props | HTMLAttributes | - | - |
Attribute | Description | Type | Accepted values | Default |
---|
value | selected tab value | string | - | - |
onChange | change tab event | (value: string) => void | - | - |
... | native props | HTMLAttributes | - | - |