Section adds padding and optional title to a portion of content on the page.
<Section title="Features" navigationAnchor="features">
...
</Section>Properties
| Property | Value | Description |
|---|---|---|
title | string | Optional section title rendered above the content. |
navigationAnchor | string | Optional anchor id for navigation links. You can use these anchors as |
paddingTop | number | Custom top padding in pixels. |
paddingBottom | number | Custom bottom padding in pixels. |