A horizontal trail of links that auto-collapses into an ellipsis button when the trail exceeds maxItems.
Dependencies
Interaction Type
Navigate through breadcrumb links. When the trail is long, collapsed items appear in an ellipsis dropdown menu.
Props
Options you can pass to customize this component.
items*The breadcrumb items. Last item without href is the current page.
maxItemsMaximum items to show before collapsing. Defaults to 4.
siteUrlEnables JSON-LD BreadcrumbList emission for SEO.
Installation
How to use
<Breadcrumbs
items={[
{ label: 'Home', href: '/' },
{ label: 'Components', href: '/components' },
{ label: 'Breadcrumbs' },
]}
maxItems={4}
siteUrl="https://ui.nexvyn.dev"
/>Source Code
Click the code icon in the top-right corner to view the source code.
License & Usage
// No code loaded.