Skip to content

Banner Message

Banner messages are used to communicate messages of varying importance to the user.

Overview

Banner messages are categorized into three sevverity levels.

Message Severity

  • Informational - Informational messages are used to provide additional information that may not be tied to the users current task. These messages do not require immediate action and can be dismissed by the user.
  • Warning - Warning messages should inform the user of an upcoming or undesirable event in the application or system. These messages often persist on the page until the user dismisses the notification.
  • Error - Error messages should inform users of an error or critical failure of the application or system. This could potentially block the user from proceeding until the issue has been resolved. These messages should always persist until the user dismisses them or resolves the issue.

Banner messages are optionally dismissible, letting the user remove it from their view. This should be used intentionally for non-critical information that is not persistent.

Dismisible close button

Banner messages should be placed at the top of the page when communicating ‘system wide’ notifications that surpass the context of a single page.

Positioning

  • Should be polite, precise, concise and constructive
  • Clear in its communication avoiding technical terminology
  • Take a positive tone and don’t blame the user

Messaging Dos and Donts