Breadcrumbs
Hierarchical navigation indicating the current page's location within a site.
Snippet
import { Breadcrumbs } from '@creo-team/buzz-ui/server'
<Breadcrumbs items={[{ key: 'home', label: 'Home', href: '/' }, { key: 'docs', label: 'Docs', href: '/docs' }]} />
API
Prop | Type | Default | Description |
---|---|---|---|
items * | { key: string, label: ReactNode, href?: string }[] | — | List of breadcrumb links |
Full API: /components/breadcrumbs/api