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

### Describe the feature I'm trying to use the library https://github.com/jonathanpmartins/v-money3 with the Input field and I've noticed the library v-money3 uses v-model.lazy for binding like here `` so maybe...

### Reproduction npm create vite@latest my-project ### Describe the bug I'm trying to install the shadcn-vue sidebar component in a pure JavaScript project. Although I've set "typescript": false in my...

bug

### Describe the feature Create an additional option for custom styling so that the sonner/toast won't just stick to the white and dark theme. ### Additional information - [ ]...

### Describe the feature When installing a new component with CLI, you may be asked if you want to overwrite: `The file index.ts already exists. Would you like to overwrite?`...

### Reproduction https://github.com/Abdo-reda/shadcn-number-field-styles ### Describe the bug ### Description Currently, the Number Field input styles doesn't match the remaining input components styles (like the `Input`, `Textarea`, `SelectTrigger` components for example)....

bug

## Describe the bug The `SidebarSeparator` component causes overflow issues when used with horizontal orientation. The component currently uses `w-auto` which conflicts with the underlying `Separator` component's default styling, leading...

### Problem Description Currently, theming shadcn-vue components is not as straightforward as it could be. When trying to apply custom colors or create a personalized theme, developers face challenges because...

### Describe the feature Interested in adding the ColorPicker component? Just like this one https://ant.design/components/color-picker ### Additional information - [ ] I intend to submit a PR for this feature....

### Describe the feature Shadcn Vue currently don't have the rich text editor component builtin. Please add

Hello, according to the docs [here](https://www.shadcn-vue.com/docs/components/sidebar.html#sidebarprovider), the width of the sidebar component can be changed by setting the inline style of `ShadcnSidebarProvider` or changing the constants in `utils.ts` and the...