Components

Ace Header

Site header with logo, navigation links, and optional CTA button

Ace Header

Site header with logo, navigation links, and optional CTA button.

Preview
Open in
Loading preview...

Installation

Terminal
$npx shadcn@latest add @vandoko/ace-header

Usage

import { AceHeader } from "@/components/vandoko/ace-header";

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

Features

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

Props

4 props
PropTypeDefaultDescription
className
string-
title
string-
subtitle
string-
badge
React.ReactNode-

Lineage

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

Modifications

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

On this page