BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/rivelle/breadcrumb

Breadcrumb

rivelle/breadcrumb
FreeComponent

Server-safe hierarchical navigation with composable separators.

Live preview

live · rendered by the registry
Rendered by rivelle on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://rivelle.dev/r/breadcrumb.json

Source

registry/nova/ui/breadcrumb.tsxrivelle.dev/r/breadcrumb.json
1import * as React from "react"
2import { Slot } from "@radix-ui/react-slot"
3import { ChevronRight, MoreHorizontal } from "lucide-react"
4
5import { cn } from "@/lib/utils"
6
7function Breadcrumb({ ...props }: React.ComponentProps<"nav">) {
8 return <nav aria-label="breadcrumb" data-slot="breadcrumb" {...props} />
9}
10
11function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">) {
12 return <ol data-slot="breadcrumb-list" className={cn("flex flex-wrap items-center gap-1.5 text-sm text-muted-foreground sm:gap-2.5", className)} {...props} />
13}
14
15function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">) {
16 return <li data-slot="breadcrumb-item" className={cn("inline-flex items-center gap-1.5", className)} {...props} />
17}
18
19function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean }) {
20 const Comp = asChild ? Slot : "a"
21 return <Comp data-slot="breadcrumb-link" className={cn("rounded-md outline-none transition-colors hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring/45", className)} {...props} />
22}
23
24function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">) {
25 return <span aria-current="page" aria-disabled="true" data-slot="breadcrumb-page" className={cn("font-semibold text-foreground", className)} {...props} />
26}
27
28function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">) {
29 return <li aria-hidden="true" data-slot="breadcrumb-separator" className={cn("text-foreground/25 [&>svg]:size-3.5", className)} {...props}>{children ?? <ChevronRight />}</li>
30}
31
32function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">) {
33 return <span aria-hidden="true" data-slot="breadcrumb-ellipsis" className={cn("grid size-8 place-items-center rounded-lg bg-foreground/[.045]", className)} {...props}><MoreHorizontal className="size-4" /><span className="sr-only">More</span></span>
34}
35
36export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator }

What it pulls in

npm packages

  • @radix-ui/react-slot
  • lucide-react

Other registry items

  • @rivelle/utils

Files it writes

  • registry/nova/ui/breadcrumb.tsx

Facts

Registry
rivelle
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-12
Last confirmed
today

Go to the source

Docs on rivelle rivelle.dev w3cproject/rivelle-ui on GitHub Raw registry item This item as JSON

More from rivelle

All 83 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionrivelleComponentsFree2 deps
AlertalertrivelleComponentsFree1 dep
Alert Dialogalert-dialogrivelleComponentsFree1 dep
Aspect Ratioaspect-ratiorivelleComponentsFree1 dep
AvataravatarrivelleComponentsFree1 dep
BadgebadgerivelleComponentsFree2 deps
ButtonbuttonrivelleComponentsFree2 deps
Button Groupbutton-grouprivelleComponentsFreeno deps
BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex

BlockDex

Built by

Kynth Studios

the studio behind StoreReady, ToolDrift and BreachProbe

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product.

BlockDex