shadcn-vue icon indicating copy to clipboard operation
shadcn-vue copied to clipboard

Vue port of shadcn-ui

Results 115 shadcn-vue issues
Sort by recently updated
recently updated
newest added

### Describe the feature It would be great if it were possible to add [Inputs with icons](https://www.shadcn-vue.com/docs/components/input.html#with-icon) into the [Auto Form](https://www.shadcn-vue.com/docs/components/auto-form.html) component. For example, as standalone option `icon` (like [`component`](https://www.shadcn-vue.com/docs/components/auto-form.html#component)...

### Describe the feature It would be great if it were possible to embed [PIN Input](https://www.shadcn-vue.com/docs/components/pin-input) into the [Auto Form](https://www.shadcn-vue.com/docs/components/auto-form.html) component. ### Additional information - [ ] I intend to...

### Reproduction https://stackblitz.com/edit/vitejs-vite-ofaacw?file=app.vue ### Describe the bug If I use the Toast component following warnings showed up in my terminal. ``` Nuxt 3.11.2 with Nitro 2.9.6 14:28:36 14:28:37 ➜ Network:...

bug
upstream

### Reproduction None ### Describe the bug When using the code from the Task table example DataTableFacetedFilter I have the following issue ``` ``` I'm using the latest radix-vue, but...

bug

fix: https://github.com/radix-vue/shadcn-vue/issues/520#issuecomment-2095341687 The [email protected] has supported remove types from vue template

Resolves https://github.com/radix-vue/shadcn-vue/issues/529 This adds the following packages as `dependencies` so that the user don't need to install them. - class-variance-authority - clsx - radix-vue - tailwind-merge - tailwindcss-animate This means...

Add dot buttons to carousel component based on the availablity of dot buttons in embla carousel vue.

### Reproduction https://stackblitz.com/~/github.com/jeffpohlmeyer/shadcn-vitest ### Describe the bug Trying to create component tests using Vue Test Utils and Vitest, and tracking the effects of `TabsTrigger` clicks. When the `Tabs` component is...

### Describe the feature Combo-boxes with big data lists causes freezing on browser. Is there manual support for virtual lists? https://github.com/radix-vue/shadcn-vue/assets/32539161/d2478d0a-4b38-4fa8-a70c-0d41e2ffbf45 ### Additional information - [ ] I intend to...

### Describe the feature Adding a SelectMenu with the frameworks as options (Vue, Nuxt, Astro, ...) and adjusting the components code accordingly would simplify copying the code a lot. It...