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

How to implement resizable with Table and effect to child (tbody > td). ``` import { Table, TableBody, TableCaption, TableCell, TableHead, TableHeader, TableRow, } from '@/components/ui/table' import { ResizableHandle, ResizablePanel,...

### Reproduction In a new Nuxt project with @vueuse/nuxt, install the Textarea component ### Describe the bug When installing a component the uses `@vueuse/core` in a Nuxt project it adds...

bug

### Describe the feature Please add support for `z.union()` in validation schemas for shadcn Vue. Currently, using `z.union()` to handle multiple types (e.g., `z.string().email()` and `z.literal('')` for optional/nullable fields) is...

### Describe the feature zod has option to mark fields with `.readonly()`. Form is a mutation tool, so readonly fields should be filtered out ### Additional information - [ ]...

autoform

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

### Reproduction https://www.shadcn-vue.com/docs/components/drawer.html ### Describe the bug After closing the drawer component by dragging it down and releasing, the first click on any interactive element on the page is not...

bug

### Reproduction https://stackblitz.com/edit/nuxt-vue-3-4-beta-twkyrr?file=src%2Fpages%2Fhome%2FHomePage.vue ### Describe the bug In documentation: > If you want to set default value of date, convert it to Date first using new Date(val). An error occurs...

bug

### Reproduction https://stackblitz.com/edit/nuxt-vue-3-4-beta-m9ff4p?file=src%2Fpages%2Fhome%2FContactForm.vue,src%2Fpages%2Fhome%2FHomePage.vue ### Describe the bug Vee-validate integrated with zod doesn't know about dynamically changing the validation of fields that are set via dependencies in AutoForm. In the provided...

bug

### Reproduction https://stackblitz.com/edit/nuxt-vue-3-4-beta-dqvpmg?file=src%2Fpages%2Fhome%2FHomePage.vue ### Describe the bug Open the reproduction link On page load the layout of form from the serverside is not the same, and produce warnings in devtools...

bug