BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/octane/breadcrumb

Breadcrumb

octane/breadcrumb
FreeComponent

octane publishes no description for this item.

Live preview

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

Install it

npx shadcn@latest add https://raw.githubusercontent.com/octanejs/octane/main/packages/shadcn/registry/breadcrumb.json

Source

ui/breadcrumb.tsrxraw.githubusercontent.com/octanejs/octane/main/packages/shadcn/registry/breadcrumb.json
1// Base UI base breadcrumb — class strings from the maintainer-supplied radix source, verbatim.
2// Six of the seven parts are plain host elements with no primitive underneath and no state
3// attributes, so they carry across unchanged and there is no dialect to get wrong.
4//
5// `BreadcrumbLink` IS MISSING ITS ESCAPE HATCH, and unlike badge that costs something real: the
6// `asChild` branch is how a router's Link gets plugged in, which is most of what this family is
7// for. It is still left out, for the same reason:
8//
9// radix `asChild` swaps in `Slot`, a pure prop-merger
10// React Aria routes through RAC's own `Link` primitive with a `render` prop
11// Base UI has neither — no Slot, and no Link primitive
12//
13// Base UI's house convention is a `render` ELEMENT prop backed by `useRender`, and this base
14// already relies on it where a real primitive offers it (see pagination). But breadcrumb has no
15// primitive, so nothing here settles whether upstream's Base UI breadcrumb implements `render`
16// itself, and an API shape is not something a later commit can quietly correct — adding it is
17// additive, shipping the wrong spelling is breaking.
18//
19// Until then a router link still works, it just has to carry the classes itself:
20//
21// <BreadcrumbItem>
22// <RouterLink className="transition-colors hover:text-foreground">Home</RouterLink>
23// </BreadcrumbItem>
24//
25// which loses only the `data-slot="breadcrumb-link"` hook.
26import { ChevronRightIcon, MoreHorizontalIcon } from '@octanejs/lucide';
27import { type OctaneNode } from 'octane';
28
29import { cn } from '@/lib/utils';
30
31type Props = { className?: string } & Record<string, unknown>;
32
33export function Breadcrumb({ className, ...props }: Props) @{
34 <nav aria-label="breadcrumb" data-slot="breadcrumb" className={cn(className)} {...props} />
35}
36
37export function BreadcrumbList({ className, ...props }: Props) @{
38 <ol
39 data-slot="breadcrumb-list"
40 className={cn(
41 'flex flex-wrap items-center gap-1.5 text-sm wrap-break-word text-muted-foreground',
42 className,
43 )}
44 {...props}
45 />
46}
47
48export function BreadcrumbItem({ className, ...props }: Props) @{
49 <li
50 data-slot="breadcrumb-item"
51 className={cn('inline-flex items-center gap-1', className)}
52 {...props}
53 />
54}
55
56export interface BreadcrumbLinkProps extends Props {
57 /**
58 * NOT SUPPORTED in this base — see the header. Declared as `never` so markup carrying it over
59// … truncated

What it pulls in

npm packages

  • @octanejs/lucide@0.1.32

Other registry items

  • @octane/utils

Files it writes

  • ui/breadcrumb.tsrx

Facts

Registry
octane
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-11
Last confirmed
yesterday

Go to the source

Docs on octane octanejs.dev octanejs/octane on GitHub Raw registry item This item as JSON

More from octane

All 44 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionoctaneComponentsFree2 deps
AlertalertoctaneComponentsFree1 dep
Alert Dialogalert-dialogoctaneComponentsFree1 dep
Aspect Ratioaspect-ratiooctaneComponentsFreeno deps
AvataravataroctaneComponentsFree1 dep
BadgebadgeoctaneComponentsFree1 dep
ButtonbuttonoctaneComponentsFree2 deps
CardcardoctaneComponentsFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

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. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

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. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

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. Changelog

BlockDex