appunto-data-grid

A responsive data grid for managing RESTful APIs using React, Context/Hooks, Chakra UI, and XState.

Usage no npm install needed!

<script type="module">
  import appuntoDataGrid from 'https://cdn.skypack.dev/appunto-data-grid';
</script>

README

appunto-data-grid

A responsive data grid for managing RESTful APIs using React, Context/Hooks, Chakra UI, and XState.

NPM JavaScript Style Guide

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