0.2.3 • Published 5 years ago

trollbox-pro v0.2.3

Weekly downloads
24
License
-
Repository
github
Last release
5 years ago

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