1.0.1 • Published 5 years ago

appunto-data-grid v1.0.1

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

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

1.0.1

5 years ago

1.0.0

5 years ago