Skip to main content

Breadcrumb


Example

<Breadcrumb
items={[
{
label: "Root",
href: "https://www.example.com",
},
{
label: "1st Level",
href: "https://www.example.com",
},
{
label: "2nd Level",
href: "https://www.example.com",
},
{
label: "3rd Level",
},
]}
/>

Props

NameTypeDefault ValueRequiredDescription
items[...Item[], LastItem]Yes