Grid
CSS Grid layout with configurable columns and gap. Collapses to single column on mobile.
3-Column Grid (Default)
Default three-column layout for equal-width content distribution.
Col 1
Col 2
Col 3
2-Column
Two-column layout for side-by-side content.
A
B
4-Column
Four-column layout for compact item grids.
1
2
3
4
Card Grid
Dashboard-style card grid with icons and descriptions.
Users
Manage team members
Settings
App configuration
Analytics
View statistics
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
cols | string | "3" | Number of grid columns |
gap | string | "1rem" | Gap between grid items |
children | content | - | Grid items |