# \<ix-label-tag>

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

## Installation

```bash
npm i @digital-realty/ix-label-tag
```

## Usage

```html
<script type="module">
  import '@digital-realty/ix-label-tag';
</script>

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

## Demo and Documentation

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