Made with create-react-library
npm install --save shyntech-reactlib-agents
import React, { Component } from 'react'
import App from 'shyntech-reactlib-agents'
import 'shyntech-reactlib-agents/dist/index.css'
class Example extends Component {
render() {
return <App background="black"/>
}
}
MIT © [Jawad A Bashorun](https://github.com/Jawad A Bashorun)