Components

Ace Button

Styled button primitive with gradient background and hover state

Ace Button

Styled button primitive with gradient background and hover state.

Preview
Open in
Loading preview...

Installation

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

Usage

import { AceButton } from "@/components/vandoko/ace-button";

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

Features

  • Interactive -- Responds to user hover and mouse interactions
  • Responsive -- Adapts to all screen sizes
  • Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency

Props

4 props
PropTypeDefaultDescription
children
React.ReactNode-
className
string-
variant
'simple' | 'outline' | 'primary'-
as
React.ElementType-

Lineage

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

Modifications

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

On this page