react-aura-table
v1.0.2
Published
Renders custom editable table with some other features!
Downloads
1
Readme
react-aura-table
Renders custom editable table with some other features!
Install
npm install --save react-aura-table
Usage
This is only for demo purpose please DO NOT USE THIS PLUGIN.
import * as React from 'react'
import MyComponent from 'react-aura-table'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © Auradot