-
Take a look on shadcn examples: https://www.shadcn-vue.com/docs/components/select.html
The cool part of it is that we can pass anything anywhere we want and actually components stored in our codeba…
-
### Reproduction
https://www.shadcn-vue.com/examples/tasks
### Describe the bug
At the address:
`https://www.shadcn-vue.com/examples/tasks`
When clicking on "Status" box next to "Filter tas…
-
-
![image](https://github.com/user-attachments/assets/23357516-e92c-43ac-b939-982207220f21)
From what i see, both the y position and height is off.
In `Ui/Dialog/Content.vue` the usage of UiDialogCl…
-
### Reproduction
https://stackblitz.com/edit/nuxt-shadcn-errors
### Describe the bug
I have been creating new nuxt projects and installing the shadcn-nuxt module right away, using docs steps, of co…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.15.0
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.3
- Package…
-
The development is ongoing on the `v3` branch of this repository: https://github.com/nuxt/ui/tree/v3.
---
A lot has changed since `@nuxt/ui` was made open-source (May 2023), so the plan here is to r…
-
### Describe the feature
Many confusion arrises why `v-model` is not working for Form Components in `shadcn-vue`. (https://github.com/radix-vue/shadcn-vue/issues/622 https://github.com/radix-vue/shad…
-
### Reproduction
https://stackblitz.com/edit/github-25jj82
### Describe the bug
The Popover component is creating a warning.
- Latest nuxt
- latest shadcn
- Popover example from website
```
…
-
### Reproduction
in description
### Describe the bug
Injection error on initializing Sidebar component, wrapped in my own component.
A component looks like this
```
import { Button } …