Box3DGrid
A Box3DGrid component from the Sigil design system.
import { Box3DGrid } from "@sigil-ui/components";
<Box3DGrid>...</Box3DGrid>
| Prop | Type | Default | Description |
|---|
items | Box3DGridItem[] | — | Items to display in the grid. |
columns | number | 3 | Number of columns. |
gap | `string | number` | 1.5rem |