# \<ix-icon-button>

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

## Installation

```bash
npm i ix-icon-button
```

## Usage

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

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

## Demo and Documentation

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