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
Attributes
class(:any) - Defaults tonil.separator(:string) - Defaults to"/".aria_label(:string) - Defaults to"Breadcrumb".- Global attributes are accepted.
Slots
item(required) - Accepts attributes:current(:boolean)navigate(:string)patch(:string)href(:string)phx-click(:string)phx-value-prefix(:string)phx-target(:any)