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
trafficstars

### Describe the feature With the new release of `shadcn/ui` and it's [`charts`](https://ui.shadcn.com/charts) page, we would need a new `charts` page and new chart samples. This shouldn't be a time...

enhancement

### Reproduction https://www.shadcn-vue.com/docs/components/button#link ### Describe the bug Using focus(focus-within) on button has strange corners ![image](https://github.com/user-attachments/assets/c2ff8f56-b8e9-4cab-8fa6-558f67ca8f45) ### System Info ```bash docs ``` ### Contributes - [ ] I am willing to...

bug
upstream

### Reproduction https://stackblitz.com/edit/oaoibr?file=src%2FApp.vue ### Describe the bug ![Screenshot-2024-08-08_13:28:01](https://github.com/user-attachments/assets/14ad0e8a-a335-4a12-8dd6-144f0b888997) The popoever always stays at the front even though the hovered item is at the back. ### System Info ```bash System: OS:...

bug

### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change that fixes an issue)...

### Describe the feature - support multiple selector for Array like this https://shadcnui-expansions.typeart.cc/docs/multiple-selector ### Additional information - [ ] I intend to submit a PR for this feature. - [...

### Reproduction Use the CLI ### Describe the bug Since the latest release the `npx shadcn-vue@latest add tabs` helper no longer works. Currently using `0.10.4` to keep functionality going. ###...

bug

### Reproduction In code below ### Describe the bug Overriding offset and duration works, gap doesn't. It stays 14px, which is the default. Also, is there a way to change...

bug

### Reproduction https://github.com/HuakunShen/shadcn-vue-packaged-exp ### Describe the bug I am trying to package some customized shadcn-vue components into a new library to share in other apps. I don't have much experience...

bug

### Describe the feature Hello everyone, I wanted to implement a time picker and there was no component for it, the recently added number field wasn't what I was looking...

### Describe the feature vaul-vue supports setting `direction`, but Shadcn's style does not provide good support for `direction`. If `direction=left` is set, it is still a bottom drawer, but it...