pmpkin-react-table

Simple table component for react (WIP)

Usage no npm install needed!

<script type="module">
  import pmpkinReactTable from 'https://cdn.skypack.dev/pmpkin-react-table';
</script>

README

pmpkin-react-table (WIP)

A very simple table component for react. This is work in progress and in it's current state not very reusable.

Installation

npm install pmpkin-react-table --save

Usage

Have a look in the stories folder for informations on how to use this component.

Storybook

To run the stories on your computer:

  • npm install
  • npm run storybook
  • Visit http://localhost:9001

License

MIT (http://www.opensource.org/licenses/mit-license.php)