<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
| Prop | Type | Notes |
|---|---|---|
| children | ReactNode | Required. 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>