0.2.3 • Published 7 years ago
trollbox-pro v0.2.3
simple-component-library
A library of React components created using create-react-app.
Installation
Run the following command:
npm install trollbox-pro
Usage
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