GitHubnpm

Accent theme

Base radius

GitHubnpm

Accent theme

Base radius

Colour scheme

Docs menu

Guides


Primitives
Forms
Layout
Feedback
Overlays
Navigation
Data Display
AI

Breadcrumbs

A real <nav aria-label="Breadcrumb"> wrapping a real <ol>, an ordered trail is exactly what an ordered list is for. The current page is marked aria-current="page" on plain text, not a link, you don't link to where you already are.

Playground

Toggle every adjustable prop and watch the component — and the code — update live.

Unstyled

Same component — Kernel look stripped. See Platforms.

Usage
<Breadcrumbs>
  <BreadcrumbItem href="/">Home</BreadcrumbItem>
  <BreadcrumbItem href="/settings">Settings</BreadcrumbItem>
  <BreadcrumbItem current>Profile</BreadcrumbItem>
</Breadcrumbs>

Props

Props for Breadcrumbs.
ComponentPropType
BreadcrumbItemcurrentboolean
BreadcrumbItemhrefstring