@orangecheck/ui / SectionHeaderProps
Interface: SectionHeaderProps
Defined in: section-header.tsx:3
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | - | section-header.tsx:9 |
<a id="property-label"></a> label | string | Plain section name — rendered after a "§ " glyph in label-mono. | section-header.tsx:5 |
<a id="property-meta"></a> meta? | any | Optional right-side string (count, "most recent first"). | section-header.tsx:7 |
<a id="property-tone"></a> tone? | "primary" | "muted" | "warning" | "success" | "destructive" | - | section-header.tsx:8 |