Join our Discord Community
Breadcrumb/Home Icon

React Breadcrumb with Dropdown

A breadcrumb navigation with home icon and dropdown menu to reveal collapsed navigation segments

Looking to implement shadcn/ui patterns?

Join our Discord community for help from other developers.


Breadcrumb ellipsis that does something—dropdowns reveal the hidden middle. This React breadcrumb combines shadcn/ui's DropdownMenu with breadcrumb navigation, using a Home icon for root and Folder icon for expandable segments. Built on Radix UI, clicking the folder icon reveals collapsed navigation paths. Perfect for file managers with branching directories, documentation with multiple section paths, content hierarchies with alternative routes, or any navigation where users need access to hidden intermediate levels—provides full navigation without permanent visual clutter.

Loading preview...

Pattern created by @haydenbleasel

Installation

npx shadcn@latest add https://www.shadcn.io/registry/breadcrumb-home-icon-2.json
npx shadcn@latest add https://www.shadcn.io/registry/breadcrumb-home-icon-2.json
pnpm dlx shadcn@latest add https://www.shadcn.io/registry/breadcrumb-home-icon-2.json
bunx shadcn@latest add https://www.shadcn.io/registry/breadcrumb-home-icon-2.json

Questions you might have