Components
Loading preview...
Animated and responsive sidebar component with multiple categories section and mobile device support
npx shadcn@latest add https://21st.dev/r/preetsuthar17/sidebarimport { Sidebar } from "@/components/ui/sidebar";
const DemoOne = () => {
return (
<div>
<Sidebar />
</div>
);
};
export { DemoOne };