@orangecheck/ui / OcPrimaryNavProps
Interface: OcPrimaryNavProps
Defined in: primary-nav.tsx:51
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-activepath"></a> activePath | string | Current router pathname for active-link highlight. | primary-nav.tsx:53 |
<a id="property-classname"></a> className? | string | className for the outer container. | primary-nav.tsx:58 |
<a id="property-links"></a> links | readonly OcPrimaryNavLink[] | Link set. Keep to 2–4 entries — beyond that, mobile starts to feel cramped even with horizontal scroll. | primary-nav.tsx:56 |