A flexible container that groups related content and actions into a single visually bounded surface.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Card } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Uses semantic HTML sections. Cards are focusable when interactive. Use `article` or `section` elements as appropriate.