Hierarchical navigation trail showing the current location within the app.
import { Breadcrumb } from '@oddapp/ui' <Breadcrumb items={[ { label: 'Home', href: '/' }, { label: 'Projects', href: '/projects' }, { label: 'Alpha Campaign' }, ]} />