ReportHeader
stableFormal report header with title, as-of date, period, and classification badge
import { ReportHeader } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
titlereq | string | — | Report title |
subtitle | string | — | Report subtitle |
asOfreq | string | — | As-of date |
period | string | — | Reporting period label |
preparedBy | string | — | Preparer attribution |
classification | Classification | — | Document classification level |
locale | string | — | BCP 47 locale override |
titlerequiredType
stringDefault —Report title
subtitleType
stringDefault —Report subtitle
asOfrequiredType
stringDefault —As-of date
periodType
stringDefault —Reporting period label
preparedByType
stringDefault —Preparer attribution
classificationType
ClassificationDefault —Document classification level
localeType
stringDefault —BCP 47 locale override
MobileStacks / Scroll
Multi-column header collapses to stacked title/metadata layout on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?