DefinitionThis component communicates notifications, alerts, or errors to the users. See specs for variation-specific usage info. UsageThis component should only be used in an overall context of user interaction. General rules for writing style:
Tells what the user did incorrectly and how to rectify the situation. Error messages are the result of a user action. This is an error message. To fix this go here and do something. Provides feedback or acknowledgement to user after completing a task; can suggest an action to the user, but do not use if an action is required of the user to proceed. This is a notification message. Two usage scenarios:
This is an alert message. Informs the user that no problems have occurred or have been detected. This must only appear as the result of a user action. This is a success message. |