A compact card component that displays ad spend over the last 28 days with a mini area chart. Perfect for dashboards and marketing analytics.
import { Component } from "@/components/ui/area-chart-analytics-card"; export default function DemoOne() { return <Component />; }