Components
Animated and responsive sidebar component with multiple categories section and mobile device support
Loading preview...
import { Sidebar } from "@/components/ui/sidebar";
const DemoOne = () => {
return (
<div>
<Sidebar />
</div>
);
};
export { DemoOne };