Skip to main content Home
About About the Design SystemRoadmap
Get started OverviewDesignersDevelopers
Foundations OverviewColorGridIconographyInteractionsSpacingTypography
Tokens Overview Global colorbox shadowTypographyborderopacityspacelengthIconBreakpointsMedia Queries
Elements All elements Accordion Alert Announcement Audio player Avatar Back to top Badge Blockquote Breadcrumb Button Card Chip Code block Call to action Dialog Disclosure Footer Health index Icon Jump links Navigation (primary) Navigation (secondary) Pagination PopoverPlanned Progress stepsPlanned Site status Skip link Spinner Statistic Subnavigation Surface Switch Table Tabs Tag Tile Timestamp Tooltip Video embed
Theming OverviewColor PalettesCustomizingDevelopers
Patterns All PatternsCardTabsFilterFormLink with iconLogo wallSearch barSticky bannerSticky cardTile
Personalization All Personalization PatternsAnnouncement
Accessibility FundamentalsAccessibility toolsAssistive technologiesCI/CDContentContributorsDesignDevelopmentManual testingResourcesScreen readers
Design/code status Release notes Get support

Badge

OverviewStyleGuidelinesCodeAccessibilityDemos
OverviewStatusWhen to useStatus checklistOverviewStatusWhen to useStatus checklist

Overview

A badge is used to annotate other information like a label or an object name.

    • neutral - Indicates generic information or a message with no severity.
  • danger - Indicates a danger state, like an error that is blocking a user from completing a task.
  • warning - Indicates a warning state, like a non-blocking error that might need to be fixed.
  • caution - Indicates an action or notice which should immediately draw the attention
  • info - Indicates helpful information or a message with very little to no severity.
  • success - Indicates a success state, like if a process was completed without errors.
import '@rhds/elements/rh-badge/rh-badge.js';
<rh-badge number="7">7</rh-badge>

Denotes the state-of-affairs this badge represents Note: 'moderate','important', and 'critical' will also work, but are deprecated

Sets a numeric value for a badge.

  • You can pair it with threshold attribute to add a + sign if the number exceeds the threshold value.

Sets a threshold for the numeric value and adds + sign if the numeric value exceeds the threshold value.

Status

When to use

  • When you need to reflect counts like number of objects, events, or unread items
Two badges; from left to right, one badge has a dark gray background with a white counter number and the other badge has a purple background with a white counter number.

Status checklist

© 2025 Red Hat Deploys by Netlify