Hex Grid
A honeycomb grid that lights up near the cursor.
canvasinteractive
Customize
Radius24px
Color
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | number | 24 | Hexagon radius in pixels. |
color | string | "139,160,255" | Cell color as r,g,b. |
children | ReactNode | — | Content layered above the canvas. |
className | string | — | Extra classes for the wrapper. |