Skip to content
A static label that indicates the quantity of items.
  • Appears disabled when part of a disabled component.

Use the Count component to indicate the quantity of items, instead of using a Tag or a Badge.

The component will automatically appear disabled when used inside a component with the disabled HTML attribute.

Do
Use the Count component to indicate the quantity of items.
Don't
Use the Count component for text labels. Use a Tag or Badge instead.

Use a Count in conjunction with a single item or label, to avoid ambiguity around which item is being quantified.

  • Badge: A static label that highlights an item's status.
  • Tag: A static label that highlights an item's category or attribute.