OddApp Design

Breadcrumb

@oddapp/ui · Tier 1

Hierarchical navigation trail showing the current location within the app.

Default

import { Breadcrumb } from '@oddapp/ui'

<Breadcrumb
  items={[
    { label: 'Home', href: '/' },
    { label: 'Projects', href: '/projects' },
    { label: 'Alpha Campaign' },
  ]}
/>