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

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,...

bug

### 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...

bug

### ๐Ÿ”— Linked issue ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation, readme or JSdoc annotations) - [x] ๐Ÿž Bug fix (a non-breaking change...

shadcn-ui

### ๐Ÿ”— Linked issue ### โ“ Type of change - [ ] ๐Ÿ“– Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] ๐Ÿž Bug fix (a non-breaking...

shadcn-ui

## 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...

shadcn-ui

### 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...

bug

### 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": {...

bug

### 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,...

bug