react-abawesome
Util library for connecting to the abawesome service and running tests
Install
npm install --save react-abawesome
Usage
import * as React from 'react'
import MyComponent from 'react-abawesome'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
© aleqsio