Component library

Showing 1 component in the expressive deck with role split.

  • <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

    Mission Brief

    Rewiring How We Share Ideas

    Every presentation is an opportunity to transport your audience.
    No canvas limits. No cookie-cutter layouts.
    PropTypeNotes
    labelstringOptional. HUD pill above the title.
    titlestringRequired. Section headline.
    leftReactNodeRequired. Left (or sole) body panel.
    rightReactNodeOptional. 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."
    />