A shadcn/ui Resizeable Sidebar
The shadcn/ui Resizeable Sidebar is an extended drag-to-resize <Sidebar> component designed for Next.js applications. It comes with features like drag-to-resize functionality, collapsible sidebar with smooth transitions, theme support (light/dark mode), keyboard shortcuts, and persistent state with cookies.
To install the shadcn/ui Resizeable Sidebar theme, follow the steps below:
Clone the repository:
git clone [repository-url]
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to view the Resizeable Sidebar in action.
The shadcn/ui Resizeable Sidebar is a feature-rich component for Next.js applications, enhancing user experience with drag-to-resize functionality, theme support, keyboard shortcuts, and persistent state handling. It is easy to install and customize, making it a valuable addition to any Next.js project.