PageGrid
A customizable grid to display cards in your pages.
Usage
Use some PageCard, LandingCard or anything really in the default slot to display a basic grid.
{ "message": "You should use slots with <ContentRenderer>", "value": {}, "excerpt": false, "tag": "div" }
Slots
default
{}
Props
ui
DeepPartial<{ wrapper: string; }>
{}
Config
{
wrapper: 'grid grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 gap-8'
}