Columns
Use Columns to lay out cards or other blocks in a responsive grid. By default, it renders 3 columns and collapses to a single column on small screens.
Basic usage
Docs
Start with the Prose UI documentation.
Components
Browse the available MDX-ready components.
Styling
Learn how to theme and adjust typography tokens.
Custom column count
Control the number of columns with the columns prop. On narrow viewports, the layout still stacks into a single column.
Two columns
Set columns={2} to force a two-column layout on wider screens.
Responsive stacking
On small screens, the grid collapses to one column automatically.