Nuxt Ui Guideline: Components — Use size prop consistently. Description: Components support xs sm md lg xl sizes. Do: size="sm" size="lg". Don't: Arbitrary sizing classes. Good Example: <UButton size="lg">. Bad Example: <UButton class="text-xl px-6">. Severity: Low. Docs: https://ui.nuxt.com/docs/components/button.