Breadcrumb

Displays the path to the current resource using a hierarchy of links.

Installation

$npx maddex add Breadcrumb

Basic

A simple breadcrumb path with linked parent steps and a non-interactive current page.

Preview

        
            
        
    

Custom Separator

Pass custom children into BreadcrumbSeparator when the default chevron should be replaced.

Preview

        
            
        
    

Dropdown

Compose BreadcrumbItem with DropdownMenu and BreadcrumbEllipsis to keep long paths compact.

Preview