Skip to main content

Components

Chip

Chip are small, interactive components that allow users to control how they want to see content. For example, they can be used to filter categories in a search result and show which filters are active.

Use Chip when

  • users need to filter information, for example in lists or tables
  • active filters should be displayed

Avoid Chip when

  • you need to show status or numbers, use Badge instead
  • content should be labelled with a non-interactive category or topic, use Tag instead
  • you are creating menus or navigation elements

Example

Chip.Checkbox

Chip.Checkbox can be used as an alternative to Checkbox.

Chip.Removable

Chip.Removable includes a cross icon indicating that the filter can be removed.

Chip.Button

Chip.Button can be used as an alternative to Button.

Guidelines

Chip allows users to control how they want to display content.

Avoid placing Chip vertically. If you need to show options stacked vertically, use Checkbox or Radio instead. A group of Chip components may wrap across multiple lines.

Text

Chip should contain as few words as possible, preferably just one or two.

Edit this page on github.com (opens in a new tab)