/react-treeview-component

A react tree-component where user can customize the the tree according to their need

Primary LanguageJavaScript

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.