Human Interface Guidelines
  • Introduction
  • Layout
  • Style
  • Components
    • Formatting
    • Navigation
      • Primary Action Button
      • Command Link
      • Context Drawer
      • Context Menu
      • Dialog
      • Global Drawer
      • Menu Bar
      • Push Button
      • Scrim
      • Tabs
      • Toolbar
    • User Assistance
    • Editing and Manipulation
  • Command Patterns
  • Content Patterns
  • Navigation Patterns
  • Accessibility
  • Platform
  • About
  • Contribute
  • Generate media
  • Glossary
Human Interface Guidelines
  • Docs
  • Components
  • Navigation
  • Command Link
  • View page source

Command Link¶

Purpose¶

A command link is an area containing icon and text that is used to initiate an action.

It is primarily designed to streamline Wizard-like interfaces and to select from a set of mutually exclusive, related choices. Complementary to command buttons, command links are used for navigation to other places. Links behave similar to buttons but have always a clean, lightweight appearance without stimulative nature.

Guidelines¶

Is this the right control?¶

  • Use command links for a set of mutually exclusive responses like navigation from hub to spoke pages.

  • Don’t present single command links.

  • Consider to use a push button for single commands or if the action does not contain navigation.

Behavior¶

  • Provide feedback when result is not aware to user or not available instantaneous. Display a busy pointer or present a progress bar to users.

  • Don’t mix command links and command buttons at one place.

Appearance¶

  • Command links are flat.

  • Use standard theme color for links.

  • Always apply an icon to command links.

  • Icons should have a size of 48x48 pixels.

  • Choose a concise, self-explanatory label that clearly communicates and differentiates what the command link does.

  • Don’t use ellipsis.

Next Previous

© Copyright 2019, KDE. Licensed under Creative Commons License SA 4.0

Built with Sphinx using a theme provided by Read the Docs.