Breadcrumb
Pending Segment
The path is known from the route while the last segment's name is still loading: a skeleton bar of a set width holds its place, so the row never jumps.
What you can change
- the path through trail and the record name through currentLabel
- the state through loading — at false the name replaces the bar
- the reserved space through placeholderWidth, in characters
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-015?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-015-* variables. Server component: the state arrives through the loading prop, there are no hooks. The width of the stand-in is set in ch through the --vibeui-breadcrumb-015-width variable, which the placeholderWidth prop sets inline: ch units are tied to the font of the line itself, so the space reserved for the name is the same at any text size. The sheen is a shift of background-position on a background gradient, with no extra nodes; the pulsing dot duplicates the state by shape. Loading is declared through aria-busy on the list element and a hidden role="status" live region rather than by colour alone.
Tags
- breadcrumb
- skeleton
- loading
- async
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…