Navbar

Floating Island Navbar

A frosted-glass header: at the top of the page three islands stand apart and wide, once you scroll the gaps collapse and they gather into a single narrow pill. The active section is marked by a glider that follows the cursor. For AI products, studios and tech presentations.

What you can change

  • demo={false} in a project — the header sits on your content; sticky={false} drops the pinning if the page pins the header itself
  • links, brand, actionLabel — the content; tone — light or graphite capsules
  • inset — the air around the islands in the top state

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-010?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 islands are glass capsules: a translucent fill, a backdrop filter, an inner top highlight and a soft shadow. The two header states are told apart by the data-scrolled attribute on the dock: at the top the islands stand on their own and the bar is wider, once scrolled the island fills fade while the shared bar takes the glass, the shadow and a narrower width. The active-item glider is a separate layer under the links, positioned from offsetLeft/offsetWidth and following 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. The mobile menu closes on Escape and on an outside click. The layout is a container query on the block's own width. All motion is removed under prefers-reduced-motion. Palette --vibeui-navbar-010-*.

Tags

  • navbar
  • header
  • floating
  • islands
  • pill
  • ai
Component source

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

Loading…