<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
| Prop | Type | Notes |
|---|---|---|
| title | string | Required. Main headline. |
| subtitle | string | Optional. Supporting line under the title. |
| label | string | Optional. Small uppercase label above the title. |
| accentDots | number | Optional. 1-5 fading accent dots at top-right, opposite the label; a small cover signature mark. |
| badge | string | Optional. 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" />