1.0.6 • Published 4 years ago

ez-report v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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