@kittleb/react-nested-list
v1.0.2
Published
A common nested list that builds from json data.
Downloads
9
Readme
react-nested-list
A common nested list for ReactJS that builds from a JSON file
This is currently a work in progress and does not build.
Installation
npm install --save @kittleb/react-nested-listUsage
After installing and importing the script, place the following div in your html page:
Props
| Prop | Type | Required | Description | | :----------------- | :---------------- | :-------------------------------: | :---------- | | data | array<object> | ✓ | Array of data |
License
MIT
