DEVELOPMENT PREVIEWIn development

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

PropTypeDefaultDescription
items*
{ key: string, label: ReactNode, href?: string }[]List of breadcrumb links

Full API: /components/breadcrumbs/api