Production workspace
All services are healthy and serving traffic.
Foundations · Card + CardHeader + CardBody + CardFooter
SSR NativeAccessibleComposes structured content into a bordered product surface.
All services are healthy and serving traffic.
---
import { Card, CardHeader, CardBody, CardFooter } from '@charvesta/cetha';
---
<Card as="article"><CardHeader>Workspace</CardHeader><CardBody>Production is healthy.</CardBody><CardFooter><Button>Open</Button></CardFooter></Card>| Prop | Type | Default | Description |
|---|---|---|---|
as | 'div' | 'article' | 'section' | 'div' | Semantic wrapper. |
class | string | — | Additional classes forwarded to the rendered element. |
Choose the semantic wrapper based on the card content.