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
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-bannerUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
message | string | — | - |
ctaText | string | — | - |
ctaHref | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/banner |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction