busybee-results-react
v2.1.0
Published
a component for rendering a BusybeeTestResults object
Readme
busybee-results-react
a component for displaying a BusybeeResult object
Install
npm install --save busybee-results-react
npm install --save bootstrapUsage
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
