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