Navbar

Clean Navbar with Primary Action

A universal site header: the logo on the left, a short row of sections, one accent action on the right and a hairline below. A thin glider line travels under the links and the button's arrow slides forward. In a narrow column the sections move into a panel.

What you can change

  • links, brand, actionLabel — the content; tone — a white or graphite surface
  • accent — the brand color of the mark, the action and the glider
  • menuLabel and closeLabel — the menu button captions in a narrow column

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/navbar-003?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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 restraint is the point here, so the work goes into the details: the underline glider is positioned from offsetLeft/offsetWidth and follows cursor and focus, the mark tilts on hover, the button's arrow slides forward. Until the JS is ready the active section keeps a static underline, so the highlight never disappears before hydration. The mobile panel closes on Escape and on an outside click. Light and graphite surfaces via data-tone. The layout is a container query on the block's own width. Palette --vibeui-navbar-003-*.

Tags

  • navbar
  • header
  • navigation
  • cta
  • universal
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…