Navbar

Navigation layouts for product sites, docs, and app shells.

Navigation for product sites and docs, from minimal to more structured. Choose the shape that fits and replace the links.

Logo and actions

A logo on the left, with ghost links and a primary action on the right.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add navbar-01

Usage

import { Navbar01 } from "@/components/blocks/navbar/navbar-01"
<Navbar01 />

Floating

A muted, inset bar that floats away from the page edges, with the same links and mobile menu.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add navbar-02

Usage

import { Navbar02 } from "@/components/blocks/navbar/navbar-02"
<Navbar02 />

Logo left, navigation centered, and an action on the right. The mobile menu expands below.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add navbar-03

Usage

import { Navbar03 } from "@/components/blocks/navbar/navbar-03"
<Navbar03 />

The same compact setup on mobile and desktop: logo, Menu dropdown, and CTA, without an expanding panel.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add navbar-04

Usage

import { Navbar04 } from "@/components/blocks/navbar/navbar-04"
<Navbar04 />

Docs style

A docs-style nav with surface search, separators, an Install action, and a large-type mobile panel. It is self-contained, with no theme or GitHub chrome.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add navbar-05

Usage

import { Navbar05 } from "@/components/blocks/navbar/navbar-05"
<Navbar05 />

Built with NavigationMenu for hover and click panels, then condensed into an expandable menu on narrow widths.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add navbar-06

Usage

import { Navbar06 } from "@/components/blocks/navbar/navbar-06"
<Navbar06 />