🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A react tree component where each node is consist of key-value pairs.

Others React

Documentation

React-treeview-component

A react tree component where each node is consist of key-value pairs

Installing

npm i -S react-treeview-customizable 

Usage

import React, { Component } from 'react'; import Treeview from 'react-treeview-customizable';  class App extends Component {   render() {     return (       <div className="App">         <Treeview />       </div>     );   } }  export default App;  

Built With

  • react
  • css
  • html

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.


You May Also Like