Docs
Breadcrumb Animated

Breadcrumb Animated

Staggered breadcrumb reveal animation with overflow truncation support.

Installation

Usage

import { BreadcrumbAnimated } from "@/components/pioneerui/breadcrumb-animated"
 
export default function Page() {
  return (
    <BreadcrumbAnimated
      items={[
        { label: "Home", href: "/" },
        { label: "Docs", href: "/docs" },
        { label: "Breadcrumb Animated" },
      ]}
      maxVisible={3}
    />
  )
}

Props

PropTypeDefaultDescription
itemsBreadcrumbItem[]Breadcrumb items (required)
separatorReact.ReactNodechevron iconCustom separator element
maxVisiblenumberundefinedMax items; extras collapse to