Installation
npx shadcn@latest add "https://magicui.design/r/flickering-grid"Examples
Rounded
Props
| Prop | Type | Description | Default |
|---|---|---|---|
| squareSize | number | Size of each square in the grid | 4 |
| gridGap | number | Gap between squares in the grid | 6 |
| flickerChance | number | Probability of a square flickering | 0.3 |
| color | string | Color of the squares | "rgb(0, 0, 0)" |
| width | number | Width of the canvas | - |
| height | number | Height of the canvas | - |
| className | string | Additional CSS classes for the canvas | - |
| maxOpacity | number | Maximum opacity of the squares | 0.2 |