@orangecheck/design / LayoutSubHeaderProps
Interface: LayoutSubHeaderProps
Defined in: chrome/layout-sub-header.tsx:9
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-classname"></a> className? | string | - | chrome/layout-sub-header.tsx:23 |
<a id="property-noheartbeat"></a> noHeartbeat? | boolean | Hide the pulsing heartbeat dot (e.g. on a degraded surface). | chrome/layout-sub-header.tsx:22 |
<a id="property-product"></a> product | string | Product label shown after the status, e.g. "oc · stamp". | chrome/layout-sub-header.tsx:11 |
<a id="property-status"></a> status? | string | Left-side status text. Defaults to "live · mainnet". | chrome/layout-sub-header.tsx:13 |
<a id="property-tags"></a> tags? | LayoutSubHeaderTag[] | Right-side capability tag(s). Keep it to ONE short phrase per site — the strip reads as quiet supporting context, not a feature list. A second/third tag is supported (spaced, never comma-jammed) for the rare site that needs it, each with its own hideBelow. | chrome/layout-sub-header.tsx:20 |