### Describe the bug When adding the `sidebar-02` component via the CLI, the `collapsible` component is required but not automatically included. I will be adding a pr to close this issue shortly. <img width="668" height="195" alt="Image" src="https://github.com/user-attachments/assets/f978d89e-80c7-4876-8b2b-d405bc74bb1c" /> ### Affected component/components sidebar-02 ### How to reproduce 1) Open any project with shadcn installed 2) Try to install sidebar-02 via cli command **npx shadcn@latest add sidebar-02** 3) Open app-sidebar.tsx to verify missing dependency ### Codesandbox/StackBlitz link https://stackblitz.com/edit/stackblitz-starters-jh4afpq6?file=components%2Fapp-sidebar.tsx ### Logs ```bash ``` ### System Info ```bash - OS: Windows 11 - Node.js: v22.14.0 - Package Manager: npm 9.8.1 - Framework: Next.js 15.4.3 - shadcn/ui CLI version: 2.9.3 ``` ### Before submitting - [x] I've made research efforts and searched the documentation - [x] I've searched for existing issues