Components

Ace Navbar Item

Individual navbar link item with active state indicator

Ace Navbar Item

Individual navbar link item with active state indicator.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-navbar-item

Usage

import { AceNavbarItem } from "@/components/vandoko/ace-navbar-item";

export default function Page() {
  return <AceNavbarItem />;
}

Features

  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

5 props
PropTypeDefaultDescription
hrefreq
string-
childrenreq
ReactNode-
active
boolean-
className
string-
target
'_blank'-

Lineage

PropertyValue
Source@aceternity/navbar-item
Version1.0.0
Curated2026-03-26
LicenseMIT

Modifications

  • oklch color conversion
  • Vandoko design token integration
  • Props interface extraction

On this page