objects-grid keys
Source file: client/lib/theme/vueda-tailwind/objects-grid/index.js
Objects grid
| Component | Kind | Slots | Description |
|---|---|---|---|
| ObjectsGrid | key | 11 | The outer scroll surface and card chrome for the grid. It owns the density attribute, tabular number rendering, and data-flush edge merging used when the grid is embedded in a parent surface. data-flush strips the embedded grid's border and radius so only the parent container's edge remains visible. |
| ObjectsGridTableHeader | key | 2 | The header content wrapper. It lays out the label and the numeric-column reversal used when the parent header cell carries data-numeric. |
| ObjectsGridCardCell | key | 2 | The card-layout field label fragment. It renders as a compact muted micro-label that participates directly in ObjectsGrid.cardContainer. |
| ObjectsGridBodyCell | key | 2 | The table-layout field cell. It provides density-aware row height, numeric and mono alignment hooks, and the foreground text treatment for value slots. Density tiers map default, compact, and condensed rows to progressively tighter row heights. |