/Components/Application
Sidebar
Animated and responsive sidebar component with multiple categories section and mobile device support
Preview
Check out interactive variant 21st.dev.
Installation
npx shadcn@latest add "https://21st.dev/r/preetsuthar17/sidebar"
Usage
import { Sidebar } from "@/components/ui/sidebar";
const Demo = () => {
return (
<div>
<Sidebar />
</div>
);
};
export { Demo };
Edit on GitHub
Last updated on