shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
### Reproduction https://codesandbox.io/p/devbox/shadcn-vue-numberfieldform-forked-m5yrgq ### Describe the bug On the page https://www.shadcn-vue.com/docs/components/number-field.html In the last example, if you change the number and press the enter key without doing any kind of...
### Reproduction 1. Install `shadcn-vue`. 2. Install `npx shadcn-vue@latest add dialog` 3. Run the application and observe the error message related to the extra closing bracket. ### Bug description After...
### Reproduction npx shadcn-vue@latest add resizable ### Describe the bug After running `npx shadcn-vue@latest add resizable`, I noticed that this component is missing `ResizablePanel.vue`.  I also checked your github...
### Reproduction // todo ### Describe the bug ## Description: After upgrading to the latest version of Nuxt, developers are experiencing type-related issues when using Shadcn UI components. The types...
### Reproduction https://stackblitz.com/edit/nce3t7-yo8fpa?file=src%2FApp.vue ### Describe the bug Checkbox forces true/false value instead of adding/removing from array. This behavior persists with v-model and v-model:checked. Connected: https://github.com/radix-vue/shadcn-vue/issues/622 replicate: ```ts import { Checkbox...
### Reproduction https://codesandbox.io/p/live/53b8b407-a526-4963-9152-a2ad9bb97c52 ### Describe the bug When I change tabs (between different charts), document scroll got reset to top, it's very terrible ### System Info ```bash System: OS: Linux...
### Reproduction It can be easily produced on the main site as well by changing the value field from available combox options: https://www.shadcn-vue.com/docs/components/combobox.html Just change value to 1,2,3,4,5,6 and then...
### Describe the feature ```diff import { type HTMLAttributes, computed } from 'vue' import { AccordionItem, type AccordionItemProps, useForwardProps } from 'radix-vue' import { cn } from '@/lib/utils' - const...
### Describe the feature I would like to know if there's a way to explicitly set the axis range of the chart component, instead of automatically adjusting it based on...
### Reproduction https://codesandbox.io/p/devbox/shadcn-vue-comboboxdemo-forked-m2576d?file=%2Fsrc%2FApp.vue%3A36%2C40 ### Describe the bug In the repro: 1. click on 'Select framework' 2. type the letter n in the search box 3. click on either Nextjs or...