Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 630 Bytes

react-abawesome

Util library for connecting to the abawesome service and running tests

NPM JavaScript Style Guide

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