Breadcrumb
Level Menu
The last level opens a menu of sibling pages: a native popover with links and hints, the current row marked by a bar.
What you can change
- the path to the current page through trail and its name through current
- the sibling list through siblings — label, href and the hint text
- the menu heading through menuTitle
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/breadcrumb-013?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, no dependencies, its own palette in the local --vibeui-breadcrumb-013-* variables. Server component: useId is needed only for a unique popover id and a unique anchor-name, there is no client state. The menu is a native popover="auto": the top layer, closing on Esc and on an outside click, and returning focus to the button come from the browser. The position is taken from CSS anchor positioning under @supports (anchor-name), with position-try-fallbacks for the flip; where anchor positioning is unsupported the popover stays a card centred on the screen — that is a working view, not a breakage. The current row of the menu is marked both with a background and with a marker stripe on the left, so that "where am I" reads by more than colour.
Tags
- breadcrumb
- popover
- menu
- no-js
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…