Components
Loading preview...
here is chart
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/chart-one
import SalesChart from "@/components/ui/chart-one";
export default function DemoOne() {
return (
<div className="p-6 max-w-4xl">
<div className="rounded-lg overflow-hidden border">
<SalesChart />
</div>
</div>
);
}