
Grid is a static 12-column dashboard and widget renderer for layouts defined by the application. It receives configs that map widget types to components, and items that define each widget id, type, column span, height, content, skeleton, and nested children.
Use it when the dashboard structure is predefined and users do not need to change tile order or customize the dashboard. If users can rearrange or change the dashboard, use Tiles as the dashboard layout host instead. Do not use it as a normal CSS layout helper for forms, pages, cards, or repeated elements; use Tailwind grid/flex classes for that.