shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
### Reproduction https://gist.github.com/marr/fd74158b1ce07b299584520eb01f01fd ### Describe the bug The z.enum type appears to not resolve correctly when using preprocess. The value set in initialValues should be resolved to whatever is returned...
### Reproduction https://gist.github.com/marr/4c2485976a8d067cd13654cd11ed3e5a ### Describe the bug When Toggling a fields REQUIRES dependency, the form state fails to enforce the required value. I read the documentation about making the field...
### Reproduction [Reproduction on stackblitz](https://stackblitz.com/edit/shadcn-drawer-scroll-issue?file=src%2FApp.vue) ### Describe the bug Trying to implement a responsive solution that use Sheet on desktop and Drawer on mobile, but if the DrawerContent is bigger...
[Feature]: Add a function for ComboBox to allow finding default form value in list of option objects
### Describe the feature Currently, when trying to use the ComboBox with a form, there is a missing use case. A form that wants to track a simple schema like...
### Describe the feature ### Description Currently, the CLI tool has an -o (or --overwrite) option that allows overwriting files. In my case, I haven't installed the `@tanstack/vue-table` package, which...
### Reproduction Use the data from below and setup the component as explained ### Describe the bug I am getting a couple of these errors upon loading my web page...
### Reproduction Look at Description ### Describe the bug I followed the code as written on this page : https://www.shadcn-vue.com/docs/components/stepper.html#form The only difference is that I'm hydrating the form with...
### Describe the feature Tremor got open sourced. Maybe the team can port the charts to Vue/Radix/Shadcn-Vue https://github.com/tremorlabs/tremor-blocks?dub_id=NYsOw2jOft4Gxii4 ### Additional information - [ ] I intend to submit a PR...
When I try installing button for example with this command : ``` npx shadcn-vue@latest add card ``` Everything happen correctly in the terminal, but nothing is created under './components/ui' I...
### Reproduction https://github.com/IRostom/shadcn-vue-sidebar-block-15 ### Describe the bug creating a brand new vite project with shadcn-vue with reka ui and then adding sidebar15 block. the component have issue from import paths...