Components
Loading preview...
A compact card component that displays ad spend over the last 28 days with a mini area chart. Perfect for dashboards and marketing analytics.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/area-chart-analytics-cardimport { Component } from "@/components/ui/area-chart-analytics-card";
export default function DemoOne() {
return <Component />;
}