1.0.1 • Published 1 year ago

data-table-mui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

data-table-mui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save data-table-mui

Usage

import React, { Component } from 'react'

import { Table } from 'data-table-mui'
// import 'data-table-mui/dist/index.css'

class Example extends Component {
  render() {
    return <Table columns={columns} rows={rows} />
  }
}

License

MIT © truongpnhattien0299