Nuxt Ui Guideline: Feedback — Use UAlert for inline messages. Description: Static alert messages with icon and actions. Do: UAlert with title description color. Don't: Toast for static messages. Good Example: <UAlert title="Warning" color="warning"/>. Bad Example: useToast for inline alerts. Severity: Medium. Docs: https://ui.nuxt.com/docs/components/alert.