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