Doesnt it make sense to unify them when one is better supported? Personally I would love to use slideover but it doesnt have a swipe to close feature. Without the follow-pointer-movement, like Draw...
Nothing is missing, Bun works as a package manager for all projects. The PR is tiny to adapt Nest CLI to it but NestJS is regulated by a single person who decides about everything and merges or clo...
Shouldnt be [Drawer](https://ui3.nuxt.dev/components/drawer) and [Slideover](https://ui3.nuxt.dev/components/slideover) be the same component? As far as I see the only difference is that a Drawer h...
### Description
A drawer that comes from left/right has spacings:
<img width="421" alt="Image" src="https://github.com/user-attachments/assets/e9a1a6d6-7159-4a7a-97f9-7575f7ea4e90" />
A drawer th...
### Description
Using [NavigationMenu](https://ui3.nuxt.dev/components/navigation-menu) parent items are currently always collapsible. The following is not possible:
<img width="252" alt="Image" ...
Currently Nuxt Image only supports transforming images **outside** of Cloudflare Images, see: https://developers.cloudflare.com/images/transform-images/
I agree that the naming is very confusing!
...
Currently Nuxt Image only supports transforming images **outside** of Cloudflare Images, see: https://developers.cloudflare.com/images/transform-images/
There is an open feature request to support...
### Clear and concise description of the problem
At the moment number formats need to be defined for every locale, but this results in duplicate code:
```ts
numberFormats: {
de: {
...
### Clear and concise description of the problem
* The common number format in the EU, at least for the countries I know, is `1.000,00 €`
* I have a website translated in German, French and Spani...
This package is unmaintained and in 0.x since ever. Personally I switched to Valibot which is also more flexible. Some people may also use Zod but it is not as tree shakable.
Until this is done, I want to share my approach to create a custom fetch. Personally I use it to talk to my (external) API, but another use case is to check if the response is 401 (unauthorized) an...
I will try. Do you have a reference to this option? Cant find it.
In the end I guess the issue is only that tailwind css seems to come before icon css.
Yes but I cant change the order because apparently the Nuxt layer comes first.
If there is no possibility on Nuxt UI side, I have to remove it from the layer or make an additional layer for non-Nu...
Oh wow this 1. is a nice solution. Maybe this example could be added to InputMenu and SelectMenu as well! Also maybe the other two points could be at least mentioned in the docs (may dont need a co...
Thanks for the update!
I think what people dont see is the huge ecosystem around Nitro where a lot of things are happening, and eventually all of them will end up to form Nitro v3.
Btw you sa...
Sorry for missunderstandement. Nuxt-icon is used by all apps and needs to be configured in the same way for all of them. Nuxt UI on the other hand is only used by one single app which also needs th...
Found the issue:
It depends on the order of adding modules in nuxt config. I have 'nuxt-icon' added to modules, even tho I use nuxt ui, because it is part of a Nuxt layer. With this order the style...
> Probably too late, but having a `clearable` prop on USelectMenu would be highly appreciated :-)
I was looking for this too! Actually exactly in this moment I integrated it myself but I would als...
### Environment
-
### Version
v3 latest commit
### Reproduction
-
### Description
The `size-*` class applied by a button gets overwritten by the icon itself:
<img width="300" alt="Image" sr...
> I actually like having auto-imports. Having to import things like ref, computed etc. would be super annoying.
Your IDE is doing that for you automatically nowadays…
The ones who like auto impor...
Btw ordering is the only thing Nuxt UI is missing. Currently I use [sortablejs](https://sortablejs.github.io/Sortable/) in my project (but not within a table)