Component library

Showing 1 component in the core deck with role title.

  • <TitleSlide>

    coreTitlePresentation

    Hero title slide with optional small label, subtitle, and either a decorative accent-dot row or a numbered badge circle.

    When to use: First slide of a deck or part boundaries. Use `badge` for a magazine-style numbered cover mark instead of `accentDots`.

    Preview

    Lunnoa

    Automation discovery

    Report outcomes · May 2026

    Field Office Quarterly

    01

    Index 2026

    A field report on the state of things.

    PropTypeNotes
    titlestringRequired. Main headline.
    subtitlestringOptional. Supporting line under the title.
    labelstringOptional. Small uppercase label above the title.
    accentDotsnumberOptional. 1-5 fading accent dots at top-right, opposite the label; a small cover signature mark.
    badgestringOptional. Short text (e.g. "01") in a ringed circle at top-right, opposite the label. Takes priority over accentDots.Example: 01

    Examples

    <TitleSlide label="Lunnoa" title="Automation discovery" subtitle="Report outcomes · May 2026" accentDots={3} />
    <TitleSlide label="Field Office Quarterly" title="Index 2026" subtitle="A field report on the state of things." badge="01" />