Components
Loading preview...
A compact total sales chart, showing revenue trends with an interactive line chart, quick period filters, and channel breakdowns for clear insights at a glance.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/total-sales-chartimport { Component } from "@/components/ui/total-sales-chart";
export default function DemoOne() {
return <Component />;
}