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