React-npm test module
npm install --save rsi-react-npm-test
import React, { Component } from 'react'
import MyComponent from 'rsi-react-npm-test'
import 'rsi-react-npm-test/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © jzamss