KasyKasy

Breadcrumbs

Live preview and documentation for the Breadcrumbs component.

Preview

componentPreview.loading

About

A horizontal navigation trail showing the user's position in a hierarchy, separated by chevrons.

  • items: a list of KasyBreadcrumbItem (label + optional onTap)
  • The last item is always the current page: stronger color (onSurface) and non-interactive, even if it has onTap
  • Earlier items with onTap become KasyLink (color changes, underlines on hover); without onTap they're plain text in muted color

Simple usage: pass the levels in order, from outermost to current.

Last updated on 08/23/2026

On this page