Card
A titled block with no frame, for grouping without drawing a box.
import { Card } from '@textui/core';
<Card title="billing-worker" subtitle="eu-west-1" footer="updated 2m ago">
<text content="42 jobs queued" />
</Card>
Props
| Prop | Type | Default | |
| — | — | — | — |
| title | string | | |
| subtitle | string | | |
| footer | string | | |
Plus everything on BoxProps.
Where Panel draws a region, a card groups by spacing
and weight alone. Use a panel when the boundary matters - a pane you can focus,
resize or scroll - and a card when several of them sit in a
Grid and a border each would be a cage.