Org / workspace / surface trail.
Breadcrumb trail with `·` separators. Last segment is plain text (current page); others are links. Auto-truncates middle segments on narrow viewports.
import { Breadcrumb } from "@/components/ui/breadcrumb";
<Breadcrumb items={[
{ label: "Dock", href: "/dock" },
{ label: "Templates" }
]} />components/ui/ folder. You own the code.