Imagine ArtImagine Art

Breadcrumbs

A trail of links showing the user's current position within a page hierarchy.

Navigation

Import

import { Breadcrumbs } from "@/components/ui"

API

PropTypeDefaultDescription
itemsBreadcrumbItem[]Array of { label, href?, icon? } objects. Last item is the current page.
separatorReactNodeCustom separator element between items.

Examples