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

PropTypeDefaultDescription
...propsHTMLDivAttributes-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.
View site