Card
A surface that groups related content.
Installation
import { Card } from "~/components/ui/Card";Usage
Network management
Proactive monitoring and maintenance, so problems get fixed before you notice them.
<Card>
<h3>Network management</h3>
<p>Proactive monitoring and maintenance.</p>
</Card>API reference
| Prop | Type | Default | Description |
|---|---|---|---|
| ...props | HTMLDivAttributes | - | All native div props; className merges with the base styles. |
Accessibility
- A plain surface container with no implicit semantics; add headings and landmarks as the content requires.