Skip to content

Interface: SiteNavProps

Defined in: site/site-nav.tsx:37

Properties

active

active: string

Defined in: site/site-nav.tsx:43

The active item's id; empty string (the landing route) highlights the wordmark/home instead of any item.


brand

brand: object

Defined in: site/site-nav.tsx:39

Wordmark + home link. href is the landing page.

href

href: string

name

name: string

suffix?

optional suffix?: string


items

items: SiteNavItem[]

Defined in: site/site-nav.tsx:40


optional links?: object

Defined in: site/site-nav.tsx:44

docs?

optional docs?: string

github?

optional github?: string