shadcn stats cards
npx shadcn@latest add https://21st.dev/r/beratberkayg/stats-cards
Loading preview...
import { Component } from "@/components/ui/stats-cards"; export default function DemoOne() { return <Component />; }