Zudo Sg — Styleguide

SiteHeader

Sticky site header: brand, primary nav with active state, and an optional action slot.

Navigation

Usage

import { SiteHeader } from "@zudo-sg/ui";

<SiteHeader
  brand="zudo-sg"
  nav={[{ label: "Docs", href: "/docs" }]}
  activePath="/docs"
/>
Default
With action