Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ez-report

jserk14ISC1.0.6

报表

readme

Install

npm i ez-report

Usage

import FastReport from 'ez-report';

render(){
  return (
      const id = 'xxx'
      const requestUrl = 'www.xxx.com'

      <FastReport
        id = {id}
        requestUrl = {()=>{}}
    />

  )
}

Examples

Here're some live demos