Card
Source: client/lib/theme/vueda-tailwind/shell/index.js
The framed card surface. It owns the card background, border, radius, vertical rhythm, and non-raised shadow contract; padding on the horizontal axis belongs to child slots.
Vue component: Card
| Slot | Default classes | Description |
|---|---|---|
| root | 3 classes | The framed card surface. It owns the card background, border, radius, vertical rhythm, and non-raised shadow contract; padding on the horizontal axis belongs to child slots. |
root
The framed card surface. It owns the card background, border, radius, vertical rhythm, and non-raised shadow contract; padding on the horizontal axis belongs to child slots.
Default classes:
text
bg-card text-card-foreground
flex flex-col gap-6
rounded-vueda-card hairline hairline-border py-6Source: client/lib/theme/vueda-tailwind/shell/Card.theme.js:18