MarovStudio
Back to marketplace

Stat Card

Stat card with a trend delta

Data displaystatskpidashboardmetrictrend

Revenue

₼12,480

+12.4%vs last month

Refunds

₼310

−4.1%vs last month

Code locked
import { TrendingDown, TrendingUp } from "lucide-react";

export function StatCard() {
  const stats = [
    { label: "Revenue", value: "$12,480", delta: "+12.4%", up: true },
    { label: "Refunds", value: "$310", delta: "-4.1%", up: false },
  ];

Sign in to see the code

Create a free account to copy the full source, usage snippet and AI prompt of every component.

Free — no card required.