View Source Phoenix.UI.Components.Breadcrumbs (Phoenix UI v0.1.5)
Provides breadcrumbs component.
Link to this section Summary
Functions
Renders breadcrumbs component.
Link to this section Functions
@spec breadcrumbs(Phoenix.LiveView.Socket.assigns()) :: Phoenix.LiveView.Rendered.t()
Renders breadcrumbs component.
examples
Examples
```
<.breadcrumbs>
<:a href={[to: "#"]}>Users</:a>
<:a href={[to: "#"]}>John Doe</:a>
<:a>Edit</:a>
</.breadcrumbs>
```