NuxtN
Nuxt10mo ago
4 replies
mubaidr

Set default full-width for <UInput> in Nuxt UI

How can I make all <UInput> components default to w-full without manually adding the class each time?

Looking for a global/default override—ideally via app.vue, a plugin, or config—so that all input fields stretch full width by default when wrapped in FormField.

Any clean solutions?
Was this page helpful?