Retro Grid
Installation
npx shadcn@latest add "https://magicui.design/r/retro-grid"Props
| Prop | Type | Description | Default |
|---|---|---|---|
| className | string | Additional CSS classes for the grid container | "" |
| angle | number | Rotation angle of the grid in degrees | 65 |
| cellSize | number | Grid cell size in pixels | 60 |
| opacity | number | Grid opacity value between 0 and 1 | 0.5 |
| lightLineColor | string | Grid line color in light mode | "gray" |
| darkLineColor | string | Grid line color in dark mode | "gray" |