Navbar
Agency header with phone
A real estate agency header: a serif name with a caption, links with an accent underline, a large phone number and an “Appraise my flat” button. Sticky; on narrow screens everything folds into a menu.
What you can change
- brand, caption, links: name, caption and menu items
- phone, phoneHref, actionLabel, actionHref, menuLabel
- accent and background, tone, sticky
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-020?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 the menu button. A <header> with position:sticky and a translucent blurred background, a 1px bottom line. Links underline via transform:scaleX on hover and for aria-current. The phone is a serif <a href="tel:">. Links and the button appear from 64rem width (container query), the phone from 72rem, the caption under the name hides between 48 and 72rem so the header always stays one line; below 64rem a “Menu” button with aria-expanded and a list under the header. Palette --vibeui-navbar-020-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; Cormorant Garamond and Manrope via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.
Tags
- real estate
- realty
- property
- apartment
- agency
- listing
- realty
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…