DXC Logo
Halstack logo
Halstack
Design System
next
Overview
Introduction
Installation
Component lifecycle
Releases
Components
Accordion
Alert
Application layout
Badge
Bleed
Breadcrumbs
Bulleted list
Button
Card
Checkbox
Chip
Container
Contextual menu
Data grid
Experimental
Date input
Dialog
Divider
Dropdown
File input
Flex
Footer
Grid
Header
Heading
Image
Inset
Link
Nav tabs
Number input
Paginator
Paragraph
Password input
Progress bar
Quick nav
Radio group
Resultset table
Select
Sidenav
Slider
Spinner
Status light
Switch
Table
Tabs
Text input
Textarea
Toast
Toggle group
Tooltip
Typography
Wizard

Link

Links serve as navigational elements, allowing users to move between pages or access related content. They can appear independently, be embedded within text, or follow a section to provide additional information or actions.

Overview

Introduction

Links are essential interactive elements that enable users to navigate between pages, access external resources, or explore related content. They can be placed within text, used as standalone elements, or positioned after sections to provide additional actions or information. Links enhance usability by clearly indicating their purpose and destination, ensuring a seamless and intuitive browsing experience. Proper usage of links helps maintain accessibility and improves content discoverability across digital products.

Anatomy

Link's anatomy
  1. 1.
    Icon: an optional visual element that can be used to represent more graphically the purpose of the link. It can be placed before or after the link it’s representing.
  2. 2.
    Label: displays the textual content of the link, conveying where exactly it’s going to navigate the component.

Best practices

  • Use clear and descriptive labels: link labels should clearly indicate what users can expect when they click. Avoid generic labels like "click here".
  • Indicate external links appropriately: If a link directs users to an external site or opens a new tab, provide an appropriate icon to set expectations.
  • Avoid excessive linking: too many links within a paragraph can overwhelm users and make content harder to read. Use links strategically.
  • Use appropriate link placement: position links logically within content, either integrated into sentences or placed at the end of a section for additional navigation.
  • Differentiate links from buttons: links are primarily for navigation, while buttons trigger actions like form submissions or modal openings. Use each element correctly.
On this page
  • Introduction
  • Anatomy
  • Best practices
Edit this page on GitHub
Report an issue on GitHub
PreviousInset