Card

Usage

import { Card } from "@colonydb/anthill/Card";
import { CardContent } from "@colonydb/anthill/CardContent";
import { CardTable } from "@colonydb/anthill/CardTable";
<Card>
  <CardContent>
    <p>The quick brown fox jumps over the lazy dog.</p>
  </CardContent>
</Card>

Examples

Basic

The quick brown fox jumps over the lazy dog.

Header & Footer

Header

The quick brown fox jumps over the lazy dog.

Icon

Header

The quick brown fox jumps over the lazy dog.

Table

Header

Col ACol B

A1

B1

A2

B2