Doğukan Öksüz

Results 9 comments of Doğukan Öksüz

To fix this issue; File: _cv-data-table-row-inner.vue From: ``` ``` To: ``` ``` This problem exists because on child component you didn't register the upper component's events.

@undergroundwires Did you find any alternative components that doesn't require too much effort to migrate?

removing rounded-md works thanks

@matteo-piazza-exm your solution is working thanks

https://github.com/radix-vue/shadcn-vue/assets/32539161/eabf5187-177d-495d-b26f-10938c34ff99 It's still too slow with big lists. On naive-ui (https://www.naiveui.com/en-US/os-theme/components/select) it comes with virtual scrolling by default and handles it well. @sadeghbarati

Thanks I'll update my combobox and select components according to this example. Featuring this example on the website might be great idea.

In NuxtJs we can already import without writing Ui in front of components. ![image](https://github.com/radix-vue/shadcn-vue/assets/32539161/ccd4ab2b-1ab3-4b38-9cd0-738f5f1f274e) Are you sure you imported shadcn-nuxt plugin on `nuxt.config.ts` file? ``` { modules: ['shadcn-nuxt'], shadcn: {...

> @dogukanoksuz I know about the prefix thanks but it's just an example about how the import can be removed in Nuxt not the component name You dont need to...