Card

Structured container with header, content, and footer slots tailored for the Omni Cloud dashboard layout.

Card component

Usage
Daily Active Sessions
Live
3,482

+12.4% vs previous cycle

Next update
In 15 minutes

Installation

pnpm dlx shadcn@latest add @omni/card

Usage

import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
<Card>
  <CardHeader>
    <CardTitle>Title</CardTitle>
  </CardHeader>
  <CardContent>
    <p>Card content</p>
  </CardContent>
</Card>