Components
Ace Grid Pattern
SVG-based grid dot pattern background with configurable density
Ace Grid Pattern
SVG-based grid dot pattern background with configurable density.
Preview
Loading preview...
Installation
Terminal
$npx shadcn@latest add @vandoko/ace-grid-patternUsage
import { AceGridPattern } from "@/components/vandoko/ace-grid-pattern";
export default function Page() {
return <AceGridPattern />;
}Features
- Responsive -- Adapts to all screen sizes
- Semantic tokens -- Uses oklch design tokens for Vandoko brand consistency
Props
6 props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | - |
width | number | — | - |
height | number | — | - |
x | number | string | — | - |
y | number | string | — | - |
squares | [number, number][] | — | - |
Lineage
| Property | Value |
|---|---|
| Source | @aceternity/grid-pattern |
| Version | 1.0.0 |
| Curated | 2026-03-26 |
| License | MIT |
Modifications
- oklch color conversion
- Vandoko design token integration
- Props interface extraction