Skip to Content
ComponentsLayoutSimple Grid

Simple Grid

A layout component that creates responsive, flexible grid layouts with automatic column sizing. 

Responsive Layout

Use the minChildWidth prop to control the minimum width of each grid item. The grid automatically fits as many items as possible within the available space.

Customizing

globals.css
:root { --ex-simple-grid-min-child-width: 0; }

API

ElementSelector
SimpleGrid.ex-simple-grid
PropTypeDefault
asElementTypediv
asChildbooleanfalse
Last updated on