0.0.6 • Published 4 years ago

weready-base-front v0.0.6

Weekly downloads
56
License
MIT
Repository
github
Last release
4 years ago

weready-base-front

This is a common library for react based web app.

NPM JavaScript Style Guide

Install

npm install --save weready-base-front

Usage

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 />
  }
}

License

MIT © YunzhiWei

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago