Overview

A button is clickable text or an icon that triggers an action on the page or in the background. Depending on the action, content, and hierarchy, a button can be used on its own or grouped with other buttons.

Image of Danger, Primary, Secondary, Tertiary, and Link buttons in the first row and Play and Close buttons in the second row

Sample element

Primary

Demos

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

<rh-button>Primary</rh-button>

<script type="module">
import '@rhds/elements/rh-button/rh-button.js';
</script>
View the <rh-button> demo in a new tab

When to use

  • When you need to allow users to interact with pages in a variety of ways
  • When you need to communicate actions users can take
  • When you need to draw attention to the highest priority action
© 2021-2024 Red Hat, Inc. Deploys by Netlify