@rhds/elements
Version:
Red Hat Design System Elements
27 lines (17 loc) • 392 B
Markdown
# Button
Buttons allow users to perform an action when triggered. They feature a text
label, a background or a border, and icons.
## Installation
If using npm/bundlers:
```bash
npm install @rhds/elements
```
Then once installed, import it to your application:
```js
import '@rhds/elements/rh-button/rh-button.js';
```
## Usage
### Basic Button
```html
<rh-button>Ok</rh-button>
```