Skip to main content

An official website of the United States government

Here's how you know

An official website of the United States government

Here's how you know

Theme:

Design system switcher

Version:

Design system switcher

Theme:

Design system switcher

Version:

Design system switcher

Filter Chip

Filter Chips are used to display dismissible filter chips.

Examples

Loading

Code

React

Preact/React documentation for Storybook

Style customization

The following CSS variables can be overridden to customize FilterChip components:

CSS variables for filter-chip
VariableDefault Core Theme Value
--filter-chip__border-radius9999px
--filter-chip__background-colorhex value: #e6f1f8--color-primary-lightest
--filter-chip__border-colorhex value: #0071bc--color-primary
--filter-chip__colorhex value: #262626--color-base
--filter-chip__background-color--activehex value: #0071bc--color-primary
--filter-chip__border-color--activehex value: #0071bc--color-primary
--filter-chip__color--activehex value: #ffffff--color-white
--filter-chip-icon__colorhex value: #262626--color-base
--filter-chip-icon__color-activehex value: #ffffff--color-white
--filter-chip-icon__container-size18px

Guidance

When to use

  • Use to clearly indicate to the user what filters have been applied to a set of results and provide a quick and easy way to remove a selected filter

When to consider alternatives

  • When many filter chips would be displayed and available screen real estate is limited
  • When a badge is sufficient in place of a filter chip

Usage

  • Do not mix badges and filter chip as it can be confusing to the user
  • Do not use filter chip when a badge is sufficient, i.e., when none of the tags are removable
  • Filter chips should be short and not wrap to the second line
  • Allow adequate spacing (at least 8px) between each filter chip, as much as the design will allow.
  • The colors of the Filter Chip can be overriden using the CSS variables listed below, but should not be overriden with colors outside of the color palette.

Accessibility

  • Enter, Backspace, Delete, and Spacebar will remove the tag when it is in focus

Component maturity

This component meets 100% of our maturity criteria.

What does this mean?

Each component is tested against the following items to gauge the component's maturity. When using incomplete components, consider the unmet criteria as applied to your product.

For more information about how we tested and validated our work for each checklist item, read our component maturity documentation.