DurableDashboard.Components.Layout.Breadcrumb (DurableDashboard v0.1.0-rc)

Copy Markdown View Source

Breadcrumb trail rendered in the topbar.

Each LV computes its own crumbs and assigns :breadcrumbs to the socket. Pass through to this component as @crumbs.

Crumb shape

[
  %{label: "Workflows", href: "/dashboard/workflows"},
  %{label: "abc12345"}  # last crumb is unlinked by convention
]

Summary

Functions