1.0.2 • Published 4 years ago

react-aura-table v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-aura-table

Renders custom editable table with some other features!

NPM JavaScript Style Guide

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