Components
Ace Icon Box Hero
Hero-sized icon box with border, background, and centered icon slot
Ace Icon Box Hero
Hero-sized icon box with border, background, and centered icon slot.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-icon-box-heroUsage
import { AceIconBoxHero } from "@/components/vandoko/ace-icon-box-hero";
export default function Page() {
return <AceIconBoxHero />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
2 props
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | - |
className | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/icon-box-hero |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction