A section of UI with a title. It can be thought of like a <div/> in DOM.
<div/>
import {Section} from "attio/client"
title : string
The title of the section. It will be displayed in a stronger font than the content of the section.
children : React.ReactNode
The text (or components) content of the section.
Was this page helpful?