Component library

Showing 1 component in the expressive deck with role chrome.

  • <DecoratedSlide>

    expressiveChromePresentation

    Layout wrapper for expressive slide content. Does not set the deck canvas colour.

    When to use: Wrap hero, chart, or closing layouts when you need a centred full-height content slot. Set the deck canvas via presentationTheme.background (light|white|dark|brand|vivid) on create_report / update_report, or inherit /theming defaultDeckBackground.

    Preview

    FY26 planning

    Quarterly business review

    Three priorities for the next quarter.

    45 minBoard ready
    PropTypeNotes
    childrenReactNodeRequired. Slide content.

    Examples

    <Slide>
      <DecoratedSlide>
        <HeroCoverSlide label="FY26 planning" title="Quarterly business review" subtitle="Three priorities for the next quarter." badges={["45 min", "Board ready"]} />
      </DecoratedSlide>
    </Slide>