Pill

Pills (or Chips) are high-interactivity elements that allow users to filter, make selections, or trigger actions.

Healthy
Show details
Healthy
Published: December 02, 2024
Updated: April 24, 2025

Unlike Tags, Chips support complex states like "Selected," "Hover," and "Active," acting as compact buttons that can change the view or input.

Anatomy

  1. Container: Rounded edges with distinct borders for selection states.
  2. Leading Icon: Illustrative icon related to the choice.
  3. Label: Action-oriented or selection text.
  4. Selected Indicator: A trailing checkmark or visual change (e.g., filled background) when active.

 

Pill anatomy

Interactivity & Behavior

Pills are high interactivity components. They should be used only when an interaction is requested by the user such as selecting, filtering,

For accessibility reasons, the click area for interaction is always the full component.

The different states of the components changes based on the interaction. The interaction colors are based on the brand colors and should not be changed. There are 4 states:

  1. Default
  2. Hover
  3. Active
  4. Disabled
Pill Variant

Variants

Pills have no variant based on color and should all the time be used with neutral color and brand interactive colors.

The only variants are the ones defining the state variants.


 

Do

When to use

  • Filtering: To allow users to turn a filter on or off in a list.
  • Multi-Selection: Choosing multiple attributes from a predefined list.
  • Action Triggers: Small, secondary actions like "Add to Calendar."
Don't

When not to use

  • Pure Categorization: Use a Tag if the element is used to labels content.
  • System Status: Use a Status Indicator for non-interactive states.