# simple-component-library
A library of React components created using `create-react-app`.
## Installation
Run the following command:
`npm install trollbox-pro`

## Usage
```javascript
import {Trollbox} from 'trollbox-pro';
  render() {
    return (
      <div style{width: 500, height: 500}>
        <Trollbox ApiKey="<YOUR_API_KEY_HERE>"/>
      </div>
    )
  }
```
Style size of trollbox by nesting it within parent box with the desired styling
