This is a common library for react based web app.
npm install --save weready-base-front
import React, { Component } from 'react'
import MyComponent from 'weready-base-front'
import 'weready-base-front/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © YunzhiWei