A very simple table component for react. This is work in progress and in it's current state not very reusable.
npm install pmpkin-react-table --save
Have a look in the stories folder for informations on how to use this component.
To run the stories on your computer:
npm install
npm run storybook
- Visit http://localhost:9001