sh-input-select
Version:
Select input box superhero theme
19 lines (14 loc) • 476 B
Markdown
# SuperheroUI [](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';
```