# SuperheroUI [![Build Status](https://travis-ci.org/SuperheroUI/shCore.svg?branch=master)](https://travis-ci.org/SuperheroUI/shCore) [![Coverage Status](https://coveralls.io/repos/github/SuperheroUI/shCore/badge.svg)](https://coveralls.io/github/SuperheroUI/shCore) [![npm version](https://badge.fury.io/js/sh-core.svg)](https://badge.fury.io/js/sh-core)
InsideSales.com React UI

## ShCore

### Website (For examples, limits, and usage)
https://superheroui.github.io/

### Installation
Use npm to install the module
```sh
npm install sh-core --save
```

Now you can import it into your project
```js
require('../node_modules/sh-core/bin/main.css');
```
