Section

Split content into multiple easily scannable sections.

Props

The Section component and all sub components accept all Box properties.

Section Props

PropTypeDefaultDescription
isLoadingbooleanfalse

SectionHeader Props

PropTypeDefaultDescription
descriptionstring | number | bigint | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | Promise<...>
titlestring | 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?