<TwoColumn>
sharedSplitContentNarrative
Side-by-side blocks. Stacks vertically on mobile.
When to use: Use to balance two related blocks (e.g., two quotes, two side notes). For 'before vs. after' use BeforeAfter instead.
Preview
“…”
“…”
| Prop | Type | Notes |
|---|---|---|
| reverse | boolean | Optional. Default: false. Swap column order on desktop. |
| children | ReactNode | Required. Two children, each rendered as one column. |
Examples
<TwoColumn>
<Quote attribution="Maria Fernandes" role="Head of Finance">…</Quote>
<Quote attribution="James Okafor" role="Operations Manager">…</Quote>
</TwoColumn>