Skip to main content
SectionDivider draws a horizontal rule between sections. This page explains the single size prop and the patterns the divider supports. You don’t pass color or margin values — both pull from workspace theme tokens automatically. Reach for it when two content sections need a visual breath but a heading would feel heavy-handed.

Example

section-divider.json
{ "block": "SectionDivider", "props": { "size": "lg" } }

Props

Patterns

SectionDivider works between long-form sections where a new heading would feel heavy — between a prose block and a features grid, or between two testimonial rows. Because it pulls spacing from the workspace theme, swapping the theme automatically adjusts every divider on every page.

Common props

In addition to size, every block accepts id, class_overrides, visible_if, and analytics_event. See common props on the PageBlocks overview.

Where to go next