# XWUIGrid

CSS Grid wrapper with responsive breakpoints

## Basic Usage

XWUIGrid Component CSS Grid wrapper with responsive breakpoints.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A 3-column CSS grid with a gap between cells.
```

## Responsive auto-fit

minChildWidth packs as many columns as fit and reflows automatically as the container resizes.

```example
file: examples/AutoFit.ts
html: examples/AutoFit.html
title: Responsive auto-fit
description: minChildWidth packs as many columns as fit and reflows as the container resizes.
```

## Featured first cell

featuredFirst makes the first child span the full width as a hero row above a 2-column grid.

```example
file: examples/FeaturedFirst.ts
html: examples/FeaturedFirst.html
title: Featured first cell
description: featuredFirst makes the first child span the full width above a 2-column grid.
```

```api
```
