h5-table Install npm install --save h5-table Usage import React, { Component } from 'react' import MyComponent from 'h5-table' class Example extends Component { render () { return ( <MyComponent /> ) } } License MIT © eaTong