Dashboard overview for the admin dashboard
npx shadcn@latest add https://21st.dev/r/uniquesonu/dashboard-overview
Loading preview...
import ExampleUsage from "@/components/ui/dashboard-overview"; export default function DemoOne() { return <ExampleUsage />; }