b14-table
v1.0.0
Published
Made with create-react-library
Downloads
2
Readme
a14-table
Made with create-react-library
Install
npm install --save a14-table
Usage
import React, { Component } from 'react'
import MyComponent from 'a14-table'
import 'a14-table/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © TheGrandLynx