An interactive SVG grid pattern that responds to mouse hover, highlighting individual squares with smooth transitions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Max-Samson/magicui/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
Custom Colors
Props
| Prop | Type | Default | Description |
|---|---|---|---|
width | number | 40 | Width of each square in the grid |
height | number | 40 | Height of each square in the grid |
squares | [number, number] | [24, 24] | Number of squares [horizontal, vertical] |
className | string | - | Additional CSS classes for the grid container |
squaresClassName | string | - | Additional CSS classes for individual squares |
The component includes smooth transitions with different durations for hover and unhover states.