Navbar
Neon side rail navigation with a phone dock
Tattoo studio navigation not as a top bar but as a neon rail at the left edge: a vertical sign logo, sections as stacked icons, a neon scroll-progress strip creeping along the rail's edge, a booking button and a pulsing “open slots” status at the bottom. On hover the rail expands and reveals labels; the current section glows. On phones the rail becomes a bottom dock with icons and the button.
What you can change
- brand, brandHref, links (labels, anchors, icons from the set), status, actionLabel, actionHref
- placement, spy
- 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-024?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 progress and the scroll spy. A position:fixed <header>: below 60rem a dock along the bottom (icon + label, a “+” button on the right, safe-area); from 60rem a left rail --rail (5.5rem) wide that expands to 14rem on :hover/:focus-within and fades labels in. The logo is writing-mode:vertical-rl with rotate(180deg), a neon text-shadow and rare flicker. Progress is a linear-gradient up to --p on the edge strip (rAF on scroll, no re-renders). The active section comes from an IntersectionObserver on the anchors (rootMargin -40 %/-55 %), aria-current, an icon with a drop-shadow and a dot. Icons are inline SVGs by link.icon: works, artists, process, pricing, faq, about, reviews, contacts. placement=static puts the dock in the flow for previews. The page needs padding-left:5.5rem from 60rem and a bottom padding for the dock below — as in usage. Palette --vibeui-navbar-024-*: a near-black background, light text, neon magenta #ff2bd6 as the accent, violet #8b5cff and cyan #22f3ff for captions, lime #c8ff3a for statuses; glows via text-shadow and box-shadow. The block is always dark inside (color-scheme:dark), the page background comes via background. Unbounded, Manrope and JetBrains Mono via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.
Tags
- tattoo
- neon
- dark
- studio
- landing
- glow
- flicker
- navbar
- sidebar
- rail
- dock
- progress
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…