Section
Split content into multiple easily scannable sections.
Props#
The Section component and all sub components accept all Box properties.
Section Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| isLoading | boolean | false |
SectionHeader Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| description | string | number | bigint | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> | ||
| title | string | number | bigint | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...> |
SectionBody Props#
SectionBody composes a Box component.
SectionTitle Props#
SectionTitle composes a Box (h3) component.
SectionDescription Props#
SectionDescription composes a Box component.
Was this helpful?