shadcn-vue
shadcn-vue copied to clipboard
Vue port of shadcn-ui
### Describe the feature As of now the Sidebar component is very weak in costumization; when declaring `` the sidebar icon does not automatically rotate (it stays the ``) The...
how to fixed this ts error https://github.com/unovue/shadcn-vue/blob/cf6f2023b766b39f9c1c413eaa4260c87645cd5a/apps/www/src/registry/default/ui/drawer/Drawer.vue#L16C1-L17C1
### Reproduction https://stackblitz.com/edit/p1kyubba-uakjgxgy ### Describe the bug When you use 2 Comboboxes with `:open-on-focus="true"` right next to each other, they will cause your browser to freeze. To reproduce, create the...
### Describe the feature New feature from reka-ui allows to render large lists. Request: Implement use of [Virtualizer](https://reka-ui.com/docs/components/combobox#virtualizer) as an optional prop. ### Additional information - [ ] I intend...
### Reproduction import { Button } from '@/components/ui/button'; import { Combobox, ComboboxAnchor, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxItemIndicator, ComboboxList, ComboboxTrigger, } from '@/components/ui/combobox'; import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle,...
### Describe the feature - First of all, thank you for the great work on shadcn-vue 🙏. The project is elegant, modern, and well-structured. However, after reviewing the [shadcn-vue Data...
Hey! I've just followed the instructions on your docs pages and created a vanilla project, but while I notice some components on the website are rendering with the Geist font,...
### Describe the feature I don't know if this option has been previously placed but it would be really interesting if there were some blocks related to the gantt charts,...
### Reproduction https://github.com/JoostKersjes/astro-shadcn-vue-ts-error ### Describe the bug When I add fallthrough attributes to a component in Astro, it gives a TypeScript error, e.g.  ``` src/pages/index.astro:9:23 - error ts(2322): Type...
### Describe the feature **Problem** The ComboboxList component in shadcn-vue wraps the reka-ui ComboboxContent with ComboboxPortal by default. This architectural decision—made in shadcn-vue, not reka-ui—prevents end users from controlling whether...