Components
Ace Button
Styled button primitive with gradient background and hover state
Ace Button
Styled button primitive with gradient background and hover state.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-buttonUsage
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
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | - |
className | string | — | - |
variant | 'simple' | 'outline' | 'primary' | — | - |
as | React.ElementType | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/button |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction