LanternUI.Components.Breadcrumb (LanternUI v0.5.0)

Copy Markdown View Source

Path breadcrumb for file/tree navigation (a lantern-ui extension — Fluxon has no equivalent).

<.breadcrumb aria_label="Object path">
  <:item phx-click="close_bucket">my-bucket</:item>
  <:item phx-click="navigate" phx-value-prefix="photos/">photos</:item>
  <:item current>2026</:item>
</.breadcrumb>

Items with a navigate/patch/href render as links; items with phx-* attrs render as buttons; the current item renders as plain text with aria-current="page".

Summary

Functions