Skip to content
LinkPress™

Layout

Breadcrumbs

Navigation aid for user orientation.

The Breadcrumbs component helps users understand their location within the website’s hierarchy.

Usage


<Breadcrumbs 
  items={[
    { label: 'Home', href: '/' },
    { label: 'Docs', href: '/docs' },
    { label: 'Components', href: '/docs/components' },
    { label: 'Breadcrumbs', href: '#' }
  ]} 
/>

Example

Props

PropTypeDefaultDescription
items{ label: string, href: string }[]RequiredList of navigation items.