react-ul-li-table-component
v1.0.0
Published
Create a bar chart with your data
Readme
Getting Started with react-ul-li-table-component
This is UI plugin for react-ul-li-table-component creation
First Install the plugin
To install the plugin, you can run:
npm install react-ul-li-table-component --save-dev
Add <ReactTable data={YourData}/> to your component.
Pass your tree array in the treeData prop
Sample Array
[ { id: 1, name: 'John Doe', age: 30, city: 'New York' }, { id: 2, name: 'Jane Smith', age: 25, city: 'Los Angeles' }, { id: 3, name: 'Peter Jones', age: 40, city: 'Chicago' }, ]
Note: CSS part of this is kept very basic to give the developer freedom to design as per individual project theme!
