Components
Ace Features Bento
Bento grid layout for features with asymmetric card sizing
Ace Features Bento
Bento grid layout for features with asymmetric card sizing.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-features-bentoUsage
import { Features } from "@/components/vandoko/ace-features-bento";
export default function Page() {
return <Features />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
4 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
heading | string | — | - |
subheading | string | — | - |
features | AceFeatureItem[] | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/features-bento |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction