# 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>
```
