Components
Loading preview...
A clean, responsive category bar chart component for visualizing sales channel performance. Perfect for dashboards and analytics pages.
@ahmedmayara
npx shadcn@latest add https://21st.dev/r/ahmedmayara/category-bar-chartimport { Component } from "@/components/ui/category-bar-chart";
export default function DemoOne() {
return <Component className="max-w-[500px]" />;
}