shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
### 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...
### 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...
### 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 ```...
### 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....
### 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...
### 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...
### 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...
### 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...
### Reproduction none ### Describe the bug My sidebar code is almost verbatim what's in the docs ```html Home Project ```  When set ``  ### System Info ```bash...