Components

Ace Banner

Fixed top banner with promotional message and gradient CTA link

Ace Banner

Fixed top banner with promotional message and gradient CTA link.

Preview
Open in
Loading preview...

Installation

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

Usage

import { Banner } from "@/components/vandoko/ace-banner";

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

Features

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

Props

4 props
PropTypeDefaultDescription
className
string-
message
string-
ctaText
string-
ctaHref
string-

Lineage

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

Modifications

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

On this page