Layout
Grid
CSS Grid container for structured layouts.
Responsive Grid
A powerful grid system that adapts to screen size automatically.
01
02
03
04
05
06
Adaptive Columns
Easily adapt column counts across different screen sizes using a responsive object.
Column 1
Adapts to viewport width.
Column 2
Adapts to viewport width.
Column 3
Adapts to viewport width.
Column 4
Adapts to viewport width.
Bento Grid Pattern
Create high-end bento-style layouts for feature showcases or dashboards.
Main Feature
A large highlight area.
Metric 1
84%
Secondary Area
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | Main descriptive text or overlay children layout |
columns | number | { base?: number | 1 | Number of columns or a responsive columns object |
xs | number | — | Configures the xs option |
sm | number | — | Configures the sm option |
md | number | — | Configures the md option |
lg | number | — | Configures the lg option |
xl | number | — | Configures the xl option |