Components
<Section />
A section of UI with a title. It can be thought of like a <div/>
in DOM.


Props
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?