shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
### 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...
### Reproduction https://www.shadcn-vue.com/docs/components/button#link ### Describe the bug Using focus(focus-within) on button has strange corners  ### System Info ```bash docs ``` ### Contributes - [ ] I am willing to...
### Reproduction https://stackblitz.com/edit/oaoibr?file=src%2FApp.vue ### Describe the bug  The popoever always stays at the front even though the hovered item is at the back. ### System Info ```bash System: OS:...
### ❓ 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. ###...
### 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...
### 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...
### 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...