# ProjectGrid

Lay out project cards in a responsive grid. Because standard lists are boring.

## Notes

- Compose ProjectGrid with li children that contain ProjectCard.
- Let the page own surrounding headings and empty states.



## Example

```astro
<ProjectGrid>
  <li><ProjectCard ... /></li>
</ProjectGrid>
```
