Components
Loading preview...
This UI displays mobile vs desktop usage trends over June, with mobile consistently higher. A sidebar lets users toggle data for the last 7 days, 30 days, or 3 months.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/line-graph-statisticsimport CleanWireframeAnalytics from "@/components/ui/line-graph-statistics";
export default function DemoOne() {
return <CleanWireframeAnalytics />;
}