shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
When I try to add any of the components to my project, for example dialog: `pnpm dlx shadcn-vue@latest add dialog` I get this error: ``` ostinstall script, done in 171ms...
### Reproduction bun x shadcn-vue@latest add ### Describe the bug bun x shadcn-vue@latest add โ Which components would you like to add? ยป accordion, alert, alert-dialog, aspect-ratio, auto-form, avatar, badge,...
### Reproduction https://gist.github.com/adrian-cytrix/387a334da63046604a92d3b97fb5d1ff ### Describe the bug I used field-array component with max-height to its parent but after 10 items of array or more, it will render unnecessary whitespace and...
### ๐ Linked issue ### โ Type of change - [ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations) - [x] ๐ Bug fix (a non-breaking change...
### ๐ Linked issue ### โ Type of change - [ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] ๐ Bug fix (a non-breaking...
## Summary Fixed overflow issue in `SidebarSeparator` component by updating the width class to use `data-[orientation=horizontal]:w-auto` instead of `w-auto`. This makes the width override more specific, only applying to horizontal...
### Linkled Issue https://github.com/unovue/shadcn-vue/issues/1416 ### โ Type of change - [ ] ๐ Documentation (updates to the documentation, readme or JSdoc annotations) - [x] ๐ Bug fix (a non-breaking change...
### Reproduction https://stackblitz.com/edit/vitejs-vite-n9o9amnk ### Describe the bug Error when installing Carousel component on js variant. ### System Info ```bash System: OS: Windows 11 10.0.22621 CPU: (4) x64 Intel(R) Core(TM) i5-4590...
### Reproduction 1. Use the following `components.json`: ```json { "$schema": "https://shadcn-vue.com/schema.json", "style": "new-york", "typescript": true, "tailwind": { "config": "", "css": "src/ui/styles/index.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" }, "aliases": {...
### Reproduction https://stackblitz.com/edit/vitejs-vite-rzkjultz?file=components.json ### Describe the bug With the following components.json configuration: ``` { "$schema": "https://shadcn-vue.com/schema.json", "style": "new-york", "typescript": false, "tailwind": { "config": "", "css": "src/style.css", "baseColor": "neutral", "cssVariables": true,...