Components
Loading preview...
Animated Chart Card
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/animated-chart-cardimport { Component } from "@/components/ui/animated-chart-card";
export default function DemoOne() {
return <Component />;
}