Components
Ace Hero Features
Hero section with lucide-react feature icons, headline, and CTA buttons
Ace Hero Features
Hero section with lucide-react feature icons, headline, and CTA buttons.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-hero-featuresUsage
import { Card } from "@/components/vandoko/ace-hero-features";
export default function Page() {
return <Card />;
}Features
- Icon support -- Lucide React icons for clean, consistent iconography
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
2 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
items | AceHeroFeaturesItem[] | — | - |
Dependencies
lucide-react
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/hero-features |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction
- Lucide icon migration