Skip to Content
Reference<Section>

Section adds padding and optional title to a portion of content on the page.

<Section title="Features" navigationAnchor="features"> ... </Section>

Properties

PropertyValueDescription
titlestring

Optional section title rendered above the content.

navigationAnchorstring

Optional anchor id for navigation links. You can use these anchors as href for links in the navbar and footer to scroll to a specific section when user clicks the link.

paddingTopnumber

Custom top padding in pixels.

paddingBottomnumber

Custom bottom padding in pixels.