You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regular HTML <input/> should have zero CSS applied.
What is actually happening?
Adding NuxtUI to project adding some tailwindCSS to base input. It should only apply those CSS to UInput. It makes it impossible to start transition from other frameworks to NuxtUI. Im using Vuetify for now, and it would be great to use vuetify along NuxtUI and some of the Pages in Nuxt just using without Vuetify, but i can't coz when I add NuxtUI to project it automatically corrupting all of the inputs inside project :/ It forces developer to remove primary library, and then add NuxtUI which makes transition impossible.
The text was updated successfully, but these errors were encountered:
I mean in my opinion tailwind shouldn't apply any CSS to base <input/> only for <UInput/>. If any of the base HTML elements will have applied CSS it will make any hybrid transition impossible. I have Vuetify in my project, but i would like to start moving to something lighter than vuetify, NuxtUI seems great, but it would be great if I could use both for some time and slowly removing Vuetify. It is not possible for now, coz NuxtUI is applying styles to every <input/> it can find and corrupting Vuetify input <v-text-field/> (which convert into <input/> in DOM)
Regular HTML <input/> should look like this to make any transition possible:
Version
@nuxthq/ui: v2.3.0
nuxt: v3.5.0
Reproduction Link
https://stackblitz.com/edit/nuxtlabs-ui-3bkhpx?file=app.vue
Steps to reproduce
Just check css of regular html
<Input/>
What is Expected?
Regular HTML
<input/>
should have zero CSS applied.What is actually happening?
Adding NuxtUI to project adding some tailwindCSS to base input. It should only apply those CSS to UInput. It makes it impossible to start transition from other frameworks to NuxtUI. Im using Vuetify for now, and it would be great to use vuetify along NuxtUI and some of the Pages in Nuxt just using without Vuetify, but i can't coz when I add NuxtUI to project it automatically corrupting all of the inputs inside project :/ It forces developer to remove primary library, and then add NuxtUI which makes transition impossible.
The text was updated successfully, but these errors were encountered: