HextaUIHextaUI
/Components/Application

Sidebar

Animated and responsive sidebar component with multiple categories section and mobile device support

Preview

Sidebar

Check out interactive variant 21st.dev.

Installation

NPM
npx shadcn@latest add "https://21st.dev/r/preetsuthar17/sidebar"

Usage

App.tsx
import { Sidebar } from "@/components/ui/sidebar";

const Demo = () => {
  return (
    <div>
      <Sidebar />
    </div>
  );
};

export { Demo };
Edit on GitHub

Last updated on