<SplitBriefSlide>
expressiveSplitPresentation
Two-column narrative layout with bracketed panels for a problem/solution or context/outcome brief.
When to use: Second slide after the cover: state the situation on the left and the intended outcome on the right. Omit right for a single-panel brief.
Preview
| Prop | Type | Notes |
|---|---|---|
| label | string | Optional. HUD pill above the title. |
| title | string | Required. Section headline. |
| left | ReactNode | Required. Left (or sole) body panel. |
| right | ReactNode | Optional. Optional second panel. |
Examples
<SplitBriefSlide
label="Mission Brief"
title="Rewiring How We Share Ideas"
left="Every presentation is an opportunity to transport your audience."
right="No canvas limits. No cookie-cutter layouts."
/>