Stage Header
Stage/scene header for stepped content. title + index + total + optional progress. Renders an aria-labelled section header.
Preview
Step 2 / 5 · Building the recursion tree
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | ReactNode | — | Main heading. |
index | number | — | Current step (1-based). |
total | number | — | Total steps. |
progress | number | — | Optional 0..1 fraction for the bar. |
trailing | ReactNode | — | Slot rendered to the right. |
tone | "default" | "accent" | "default" | Color scheme. |