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