@evanliu2968/react-component

0.1.0 • Public • Published

React Component

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

Readme

Keywords

Package Sidebar

Install

npm i @evanliu2968/react-component

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

372 kB

Total Files

128

Last publish

Collaborators

  • evanliu2968