Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties

Component type

Atom

Document status

Status
colourYellowGreen
titleIN REVIEWREADY

Design source (in Figma)

Link components

Author

Julia Boyarshchikova (Deactivated)

Responsible

Julia Boyarshchikova (Deactivated)

...

A link allows users to move through applications and websites. Links are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content.

...

Link anatomy:

  1. Label

  2. Leading icon (optional).

...

Link appearance can be quite similar to button or CTA. Usually, if the user is making changes to the back or front-end of the site when clicking, you should use a button. If the user is being directed to a different page, you can use a link.

...

Links have 8 states that define their appearance: default, hover, focus, active, inactive, visited, selected and unavailable.

There are two size variants for the link component: small and large. The link size should match the type size of the text it is inline with. When using links apart from other content, the link size should match the default body copy size of the page.

...

Use links when you want users to navigate to a different page within the application, navigate to an entirely different site, go to an element on the same page, link to emails or phone numbers.

For actions that will change data or manipulate how it is displayed, change a state, or trigger an action.

  • Links need to be clear and concise. The user is able to anticipate what will happen when they click.

  • Keep links as short as possible (still making them clear).

  • Links that aren’t in a sentence should start with a capital letter and not be punctuated (exception of questions).

  • Use the same text for links that navigate to the same URL.

...

  • Avoid generic descriptions, link text must not be "click here".

  • Linking a full phrase is problematic because the word order might change, which would break the link into two parts.

  • Standalone links don’t need a full stop.

  • Too many links will clutter a page and make it difficult for users to identify their next steps. This is especially true for inline links, which should be used sparingly.

...

Interaction using mouse: user can open a link by clicking anywhere along the link text or on the associated icon.

Interaction using keyboard: user can open a link by pressing Enter while the link has focus.

...

...