# \<ix-button>

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation

```bash
npm i @digital-realty/ix-button
```

## Usage

```html
<script type="module">
  import '@digital-realty/ix-button/ix-button.js';
</script>

<ix-button></ix-button>
```
### In React
```html
<script type="module">
  import { IxButton } from '@digital-realty/ix-button/IxButton'
</script>
```


## Demo and Documentation

Full documentation and demo are available at [DLR Component Gallery](https://inxn-p1-uicomponentgallery.azurewebsites.net/?path=/story/inxn-ix-button--default).
