1.1.1 • Published 1 year ago
custom-table-1 v1.1.1
custom-table
Made with create-react-library
Install
npm install --save custom-table
Usage
import React, { Component } from 'react'
import MyComponent from 'custom-table'
import 'custom-table/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}