Grid
A CSS grid container with columns and gap props.
Default
1
2
3
4
5
6
Grid Props
| Prop | Type | Default | Description |
|---|---|---|---|
| columns | 1 | 2 | 3 | 4 | 5 | 6 | 12 | 1 | Number of columns |
| gap | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "md" | Gap between items |
| children | ReactNode | — | Content |
| className | string | — | Additional CSS classes |