Components
Ace Grids
Multi-grid section composing content cards into grouped layouts
Ace Grids
Multi-grid section composing content cards into grouped layouts.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-gridsUsage
import { Grids } from "@/components/vandoko/ace-grids";
export default function Page() {
return <Grids />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
1 prop
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/grids |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction