Components
A clean, responsive category bar chart component for visualizing sales channel performance. Perfect for dashboards and analytics pages.
Loading preview...
import { Component } from "@/components/ui/category-bar-chart";
export default function DemoOne() {
return <Component className="max-w-[500px]" />;
}