Navbar
Pill Rail Navbar
A header whose menu is gathered into a single pill, so the sections read as one object. The pill is a sunken well, the active section rides a raised glider that follows the cursor. In a narrow column the pill does not collapse into a burger — it becomes a horizontally scrollable strip.
What you can change
- links, brand, loginLabel, actionLabel — the content of the header
- accent — the brand color of the mark and the action; the text on the accent stays dark
- markLabel — the letter or initial in the mark
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/navbar-002?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
One file, zero dependencies, a client component. The surfaces follow the page theme through light-dark(), so the header lightens and darkens with the site; the accent and the text on it are fixed by the brand. The navigation pill gets an inner shadow — a well — and the active-item glider sits on top with its own shadow and top highlight: the difference in depth separates the chosen section from the rest. The glider is positioned from offsetLeft/offsetWidth and follows cursor and focus; until the JS is ready the active item keeps a plain background, so the highlight never disappears before hydration. The action button carries a glow that tracks the cursor, and the sign-in link an underline growing from its centre. The layout is a container query on the block's own width. Palette --vibeui-navbar-002-*.
Tags
- navbar
- header
- navigation
- dark
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…