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 PatternsCardTabsFilterFormLinkLink with iconLogo wallSearch barSkip navigationSticky bannerSticky cardTileVideo thumbnail
Personalization All Personalization PatternsAnnouncement
Accessibility FundamentalsAccessibility toolsAssistive technologiesCI/CDContentContributorsDesignDevelopmentManual testingResourcesScreen readers
Design/code status Release notes Get support

Badge

OverviewStyleGuidelinesCodeAccessibilityDemos
BadgeCautionColor ContextDangerDeprecated StatesInfoNeutralSuccessThresholdWarningBadgeCautionColor ContextDangerDeprecated StatesInfoNeutralSuccessThresholdWarning

Badge

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7">7</rh-badge>
<rh-badge number="24">24</rh-badge>
<rh-badge number="240">240</rh-badge>
<rh-badge threshold="900" number="999">999</rh-badge>
```

Caution

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7" state="caution">7</rh-badge>
<rh-badge number="24" state="caution">24</rh-badge>
<rh-badge number="240" state="caution">240</rh-badge>
<rh-badge threshold="900" number="999" state="caution">999</rh-badge>
```

Color Context

import '@rhds/elements/rh-badge/rh-badge.js';
import '@rhds/elements/lib/elements/rh-context-demo/rh-context-demo.js';
```
<rh-context-demo>
  <rh-badge number="1">1</rh-badge>
  <rh-badge number="1" state="danger">1</rh-badge>
  <rh-badge number="2" state="caution">2</rh-badge>
  <rh-badge number="3" state="warning">3</rh-badge>
  <rh-badge number="5" state="info">5</rh-badge>
  <rh-badge number="8" state="success">8</rh-badge>
  <rh-badge number="1000" threshold="999" state="success">1000</rh-badge>
</rh-context-demo>
```

Danger

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7" state="danger">7</rh-badge>
<rh-badge number="24" state="danger">24</rh-badge>
<rh-badge number="240" state="danger">240</rh-badge>
<rh-badge threshold="900" number="999" state="danger">999</rh-badge>
```

Deprecated States

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge state="moderate" number="900">900</rh-badge>
<rh-badge state="important" number="900">900</rh-badge>
<rh-badge state="critical" number="900">900</rh-badge>
<rh-badge state="note" number="900">900</rh-badge>
```

Info

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7" state="info">7</rh-badge>
<rh-badge number="24" state="info">24</rh-badge>
<rh-badge number="240" state="info">240</rh-badge>
<rh-badge threshold="900" number="999" state="info">999</rh-badge>
```

Neutral

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7" state="neutral">7</rh-badge>
<rh-badge number="24" state="neutral">24</rh-badge>
<rh-badge number="240" state="neutral">240</rh-badge>
<rh-badge threshold="900" number="999" state="neutral">999</rh-badge>
```

Success

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7" state="success">7</rh-badge>
<rh-badge number="24" state="success">24</rh-badge>
<rh-badge number="240" state="success">240</rh-badge>
<rh-badge threshold="900" number="999" state="success">999</rh-badge>
```

Threshold

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="900" threshold="100">900</rh-badge> (Threshold = 100)
<p>Should add '+' sign if the value exceeds the threshold</p>
```

Warning

import '@rhds/elements/rh-badge/rh-badge.js';
```
<rh-badge number="7" state="warning">7</rh-badge>
<rh-badge number="24" state="warning">24</rh-badge>
<rh-badge number="240" state="warning">240</rh-badge>
<rh-badge threshold="900" number="999" state="warning">999</rh-badge>
```
© 2021-2025 Red Hat, Inc. Deploys by Netlify