Skip to main content Red Hat Design System logo Contribute on Github

Statistic

Overview Style Guidelines Code Accessibility

Overview

A statistic showcases a data point or quick fact visually.

A vertically aligned stack of elements; includes a small red icon, large red data text showing 80% percent, and two lines of black body text

Status

What do these mean?
Figma library:
Ready
RH Elements:
Ready
WebRH:
Ready

Sample element

80% of Fortune Global 500 telecommunications companies

Demo

View a live version of this element and see how it can be customized.

<rh-stat>
<span slot="statistic">Statistic Placeholder</span>
<span>Description Placeholder</span>
</rh-stat>

<script type="module">
import '@patternfly/elements/pf-icon/pf-icon.js';
import '@rhds/elements/rh-stat/rh-stat.js';
</script>

<a href="demo/>Full screen demo

When to use

  • When you need to add visual emphasis to a statistic
  • When you need to pair a data point with supporting text to add more context
  • When you need to display several statistics together in a group

Property Status Meaning
Figma library Ready Component is available in the Figma library
RH Elements Ready Component is available in the RH Elements repo
WebRH Ready Component is available in the WebRH repo
© 2021-2024 Red Hat, Inc. Deploys by Netlify