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
descriptiontype ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | PromiseLikeOfReactNode
titletype ONLY_FOR_FORMAT = | string | number | boolean | ReactElement<any, string | JSXElementConstructor<any>> | Iterable<ReactNode> | ReactPortal | PromiseLikeOfReactNode

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?