Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.28 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.28 KB

React Component

Documents

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

Components List

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

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