Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 726 Bytes

File metadata and controls

31 lines (23 loc) · 726 Bytes

busybee-results-react

a component for displaying a BusybeeResult object

NPM JavaScript Style Guide

Install

npm install --save busybee-results-react
npm install --save bootstrap

Usage

import * as React from 'react'
import 'bootstrap/dist/css/bootstrap.css';
import BusybeeResultsReact from 'busybee-results-react'

class Example extends React.Component {
  render () {
    return (
      <BusybeeResultsReact />
    )
  }
}

License

MIT © stowns