README
appunto-data-grid
A responsive data grid for managing RESTful APIs using React, Context/Hooks, Chakra UI, and XState.
Install
npm install --save appunto-data-grid
Usage
import React, { Component } from 'react'
import MyComponent from 'appunto-data-grid'
import 'appunto-data-grid/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
Dev Notes
To get started, in one tab, run:
$ cd appunto-data-grid && npm start
And in another tab, run the create-react-app dev server:
$ cd appunto-data-grid/example && npm start
License
MIT © BillClinton