a component for displaying a BusybeeResult object
npm install --save busybee-results-react
npm install --save bootstrapimport * as React from 'react'
import 'bootstrap/dist/css/bootstrap.css';
import BusybeeResultsReact from 'busybee-results-react'
class Example extends React.Component {
render () {
return (
<BusybeeResultsReact />
)
}
}MIT © stowns