ObjectsGridCardCell โ
Source: client/lib/theme/vueda-tailwind/objects-grid/index.js
The card-layout field label fragment. It renders as a compact muted micro-label that participates directly in ObjectsGrid.cardContainer.
Vue component: ObjectsGridCardCell
| Slot | Default classes | Description |
|---|---|---|
| header | 4 classes | The card-layout field label fragment. It renders as a compact muted micro-label that participates directly in ObjectsGrid.cardContainer. |
| value | 2 classes | The card-layout field value fragment. It aligns on the same baseline as the header and uses foreground body text for the row's readable data. |
header โ
The card-layout field label fragment. It renders as a compact muted micro-label that participates directly in ObjectsGrid.cardContainer.
Default classes:
text
self-baseline whitespace-nowrap
text-[10px] font-semibold uppercase tracking-[0.06em]
text-muted-foreground
select-noneSource: client/lib/theme/vueda-tailwind/objects-grid/ObjectsGridCardCell.theme.js:19
value โ
The card-layout field value fragment. It aligns on the same baseline as the header and uses foreground body text for the row's readable data.
Default classes:
text
self-baseline
text-[13px] font-normal text-foregroundSource: client/lib/theme/vueda-tailwind/objects-grid/ObjectsGridCardCell.theme.js:28