docs/components/navigation/Breadcrumb

Breadcrumb

Path breadcrumb trail.

import { Breadcrumb } from '@ybouhjira/hyperkit';

#Playground

Edit the code — the preview recompiles and re-renders as you type.

Live playground
Loading preview…

#Props

PropTypeDefaultDescription
items *BreadcrumbItem[]
separatorstring
classstring

* required prop.

#Design Tokens

This component reads the following CSS custom properties. Override them globally or per-instance to restyle it — see the CSS Variables guide.

  • --sk-accent
  • --sk-bg-hover
  • --sk-breadcrumb-item-max-w
  • --sk-font-sm
  • --sk-radius-sm
  • --sk-space-sm
  • --sk-space-xs
  • --sk-text-muted
  • --sk-text-primary
  • --sk-transition-fast