Skip to main content

ns-highlighter

Introduction#

Highlighters can be used to communicate information or error, warning and success messages.

Note: This component is deprecated and please refer to ns-alert component.

A component that communicates the message that a service is not available to them or that there are technical issues on specific pages only. These messages are different to global messages as they only apply to some pages not site wide.

e.g. a message that says the top up service is not available would only apply to pages that customers will look at in order to top up.

Accessibility#

The information contained in the highlighter should always be the most important information on the page. To ensure that screen reader users are informed about the importance of these messages the content is read aloud as soon as the highlighter is used. This could be when the page loads or when it is dynamically added to a page.

If there are multiple highlighters on a page they are read:

  • from top to bottom on page load
  • in the order they have been added to the page when dynamically added

We recommend you use highlighters for their role, not for their looks.

Content guidance#

Highlighter - Error

KeyField typeGuidelines
AIconThis is the icon inside the Highlighter. This is dictated by the type of Highlighter. The specification table has a list of options.
BHeadingThe recommended length is between 4 and 12 words, not exceeding 50 characters in total.
CContentA single, short paragraph works best. You are able to use inline text links within the paragraph if necessary. Don't add additional headings within the paragraph and the copy length should not exceed more than two paragraphs of 3 lines each. Can contain bold copy <b>, inline links <a>, and a caveat at the end of the relevant paragraph if required <a href="#caveat">1</a>.
DAccentThis is to support the context of the messaging. This colour matches that of the icon.

The content for highlighters is dependent on the type that is used:

Error messages#

Highlighter - Error

For communicating failure with urgence. A task cannot be completed without the user remedying something.

Informational messages#

Highlighter - Informational

For communicating a useful piece of information that the user might find helpful to carry out their action.

Success messages#

Highlighter - Success

For communicating that an action has been successful.

Warning messages#

Highlighter - Warning

Use for communicating a piece of information with less severity. These include foreseeable problematic events, failures, outages and how to avoid errors.

Best practice#

๐Ÿ’š Do's๐Ÿ’” Don'ts
Keep the messages conciseUse for generic message that is not in context to the page it is displayed in
Use an icon to alert the user what type of message it isUse it for Roadblock error messaging

Considerations of best practice#

  • Be clear and concise

The message must be in plain English, and help the user out of the situation by providing an actionable link if possible.

Usage#

View example on Storybook

Component placement#

The ns-highlighter component can be used in the following components:

Specification#

AttributeTypeDefaultOptionsDescription
typestringerrorerror, success, warning, infoDefines the role of the highlighter and changes the styles
SlotsType
headingh tag
Anonymousp tag

Specification notes#

Type#

  • Required for all four types of highlighter

Heading#

  • This should be a heading level 2

Feedback#

  • Do you have insights or concerns to share? You can raise an issue via Github bugs.
  • See all the issues already raised via Github issues

๐Ÿ’ฉ ๐ŸŽ‰ ๐Ÿฆ„ If you have any questions, contact us on Microsoft Teams in the Nucleus Design System channels.