# SuperheroUI [![Build Status](https://travis-ci.org/SuperheroUI/shInputSelect.svg?branch=master)](https://travis-ci.org/SuperheroUI/shInputSelect)
InsideSales.com React UI

## ShInputSelect

### Website (For examples, limits, and usage)
https://superheroui.github.io/

### Installation
Use npm to install the module
```sh
npm install sh-input-select --save
```

Now you can import it into your project
```js
import ShInputSelect from 'sh-input-select';
```
