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

### Describe the feature I needed a way to detect if a ScrollArea was at the bottom of it's scroll view port in the process of implementing an Infinite Scroll...

### Describe the feature Since ListBox first alpha. It would be great if we also have Virtual DataTable ### Additional information - [ ] I intend to submit a PR...

### Describe the feature Hi πŸ‘‹πŸ» I'm using nuxt-image and wanted to use it with Avatar I tried few ways but realized we can't use NuxtImage with `AvatarImage`. When I...

### Describe the feature It seems that components use left and right values from tailwindcss i would recommend using start and end so it supports RTL and LTR directions in...

enhancement

### Describe the feature Recently, I was switching to the project https://github.com/devlive-community/datacap and found that tree was missing. ### Additional information - [ ] I intend to submit a PR...

### Reproduction ```vue import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from "@/components/ui/select"; const fold = ref(false); const selected = ref(); Action Fruits Apple Banana Blueberry Grapes Pineapple...

bug

### Describe the feature Hi! Nuxt Layer is an excellent tool to create an instance of nuxt that contains boilerplate/themes that are to be used on multiple sites. It would...

### Describe the feature We're missing the change-log page in website. Considering other work done on other frameworks, I'd like to implement `changelog` page from [svelte](https://www.shadcn-svelte.com/docs/changelog) version and add previous...