Navbar
Restaurant header over the photo
A restaurant header: a small-caps serif wordmark, links with an accent underline, a green dot “open till 23:00”, a phone and a “Book a table” button. In overlay mode it sits transparent over the first screen and darkens and shrinks on scroll.
What you can change
- brand, caption, links, hours, phone, phoneHref, actionLabel, actionHref, menuLabel
- overlay, sticky
- accent and background, tone
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-021?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, “use client” for scroll and the menu. A <header>: sticky by default; overlay=true — position:fixed over the page, data-scrolled flips after 40px (a passive scroll listener), background and line fade in, bar padding shrinks. Links underline via transform:scaleX. Hours carry a green dot via ::before. Links and the button from 64rem (container query), hours and phone from 76rem; below that a “Menu” button with aria-expanded and a list under the header. Palette --vibeui-navbar-021-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; Playfair Display and Manrope via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.
Tags
- restaurant
- cafe
- bar
- food
- menu
- dining
- header
- navbar
- sticky
- overlay
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…