shadcn-vue icon indicating copy to clipboard operation
shadcn-vue copied to clipboard

Vue port of shadcn-ui

Results 261 shadcn-vue issues
Sort by recently updated
recently updated
newest added

### Reproduction https://vite.new https://nuxt.new ### Describe the bug **Description** When installing the input-group component using the CLI, the installation fails because it doesn't create all the required component files, causing...

bug

### Describe the feature I'd like a case study on how to use it within a monorepo project ### Additional information - [ ] I intend to submit a PR...

### Reproduction https://stackblitz.com/edit/vitejs-vite-xikkuyfp?file=src%2Fcomponents%2FHelloWorld.vue ### Describe the bug When using new-york theme the combobox doesn't have borders. What i noticed is that after running `npx shadcn-vue@latest add combobox` the `ComboboxInput` downloaded...

bug

### Reproduction https://www.shadcn-vue.com/docs/components/sidebar.html ### Describe the bug On the docs website, it is impossible to preview the sidebar component on window sizes below 768px ### System Info ```bash N/A ```...

bug

### Reproduction https://stackblitz.com/edit/znxobv2n?file=src%2FApp.vue ### Describe the bug Dialog doesn't close when using the `close` `v-slot` on the Dialog root component. It works in RekaUI, but not in the shadcn-vue wrapper....

bug

### Reproduction ... ### Describe the bug Class `w-[--sidebar-width]` should be `w-(--sidebar-width)` and a similar approach should be followed everywhere. This is according to the tailwind v4.1 documentation ### System...

bug

### Reproduction https://www.shadcn-vue.com/block-renderer?name=Sidebar07&styles=new-york&containerClass=w-full+h-full ### Describe the bug Showing vertical scroll when sidebar is no collapsive **Sidebar does not show vertical scroll when collapsible is set to icon and variant to...

bug

### Reproduction https://github.com/peeratchaikleebbua/nuxt-4-shadcn-vue-use-media-query-reproduction-bug.git ### Describe the bug - I develop frontend using Nuxtjs 4 - I run npx shadcn-vue@latest add sidebar - it works fine in dev mode - but...

bug

### Reproduction https://github.com/prpanto/simpler ### Describe the bug I reinstall the project and I have these errors: ``` If this previously worked in 3.2, you can instruct the compiler to ignore...

bug

### Reproduction none ### Describe the bug My sidebar code is almost verbatim what's in the docs ```html Home Project ``` ![Image](https://github.com/user-attachments/assets/79628fec-6366-44ec-96a1-1250b6a1ebd7) When set `` ![Image](https://github.com/user-attachments/assets/7a6a1a01-7c8e-47a8-b2ac-f9c4a9967ca2) ### System Info ```bash...

bug