Component library

Showing 1 component in the expressive deck with role title.

  • <HeroCoverSlide>

    expressiveTitlePresentation

    Bold cover slide with hero headline, optional subtitle, eyebrow label, and outline badges.

    When to use: First slide of a pitch, QBR, or product deck. Wrap in DecoratedSlide on vivid backgrounds.

    Preview

    FY26 planning

    Quarterly business review

    Three priorities for finance, operations, and product.

    45 minBoard readyDraft v2
    PropTypeNotes
    titlestringRequired. Hero headline.
    subtitlestringOptional. Supporting line under the title.
    labelstringOptional. Eyebrow pill above the title (also accepts AccentEyebrow styling via label prop).
    badgesstring[]Optional. Outline chips under the subtitle (duration, audience, version).

    Examples

    <HeroCoverSlide
      label="FY26 planning"
      title="Quarterly business review"
      subtitle="Three priorities for finance, operations, and product."
      badges={["45 min", "Board ready", "Draft v2"]}
    />