# \<ix-textbox>

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

## Installation

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

## Usage

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

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

## Demo and Documentation

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