shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
### Describe the feature I want to do a "CommandDialog" with a CommandInput but use Algolia to search in my database collections. The issue I have is that if I...
### Reproduction https://stackblitz.com/edit/9c4h4k?file=src%2FApp.vue ### Describe the bug I have a country combobox component to allow users select country by searching. Everything looks good at first, until users complained they couldn't...
### Reproduction https://stackblitz.com/edit/tpwezn ### Describe the bug Commented on #241 as the reference on when the bug might surface. Here is the stackblitz link to repro: 1. Radix-vue 1.2.3 (breaks)...
### Environment ```bash Shadcn Vue version: 0.8.7 Vue version: 3.4.15 ``` ### Link to minimal reproduction https://github.com/frankchen211/shadcn-vue/tree/draft/blue-violet ### Steps to reproduce [For task page example](https://www.shadcn-vue.com/examples/tasks.html), 1. Make more data like...
### Describe the feature example: ``` //... const $emit = defineEmits void }>() //... > ``` ### Additional information - [ ] I intend to submit a PR for this...
### Describe the feature It's not clear to me how we're supposed to track the bugfixes of shadcn-vue over time, the project is promoting a "copy-paste" development which can make...
### Describe the feature ## Background In my vue2 project I used [form builder based on json array of fields](https://gist.github.com/razbakov/efd5ca7ef7fafaadcf332bfa1be3f542). I was looking for similar solution for vue3 projects. I...
### 🔗 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 - [x] 📖 Documentation (updates to the documentation, readme or JSdoc annotations) - [x] 🐞 Bug fix (a non-breaking change that...
Hello everyone! I have been spending a lot of time trying to figure out **why the data that I pass as props to the DataTable component is not being reactive?**...