0.1.0 • Published 6 years ago

@evanliu2968/react-component v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

React Component

npm.io npm.io npm.io

Documents

https://evanliu2968.github.io/react-component/

Components List

  • Lazyload
  • Echarts
  • Loading
  • asyncLoader (HOC Component)
  • Markdown
  • Qrcode

Getting Started

Install

npm install @evanliu2968/react-component --save

Usage

We are die hard fans of ECMAScript 6, so we recommend you writing code in modern javascript.

import { Lazyload } from '@evanliu2968/react-component';

Also we provide an advanced way to tree shaking the code with Rollup.js and Webpack 2

import { Lazyload } from '@evanliu2968/react-component/lazyload';

Acknowledgments

License

MIT