The <Sections>
and <Section>
components standardize the appearance and spacing of "sections" on a page.
Examples
Default
Props
<Sections>
children
Required
ReactNode
ref
(instance: any) => void | RefObject<any>
<Section>
children
Required
ReactNode
title
Required
string
ref
(instance: any) => void | RefObject<any>