vtree is a lightweight and flexible solution for rendering large tree structures. It is built on top of the react-window library.
Installation:
# Yarn $ yarn add react-window react-vtree # NPM $ npm i react-window react-vtree
// Fixed size tree import {FixedSizeTree as Tree} from 'react-vtree'; // Variable size tree import {VariableSizeTree as Tree} from 'react-vtree';
Preview:
Download Details:
Author: Lodin
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/Lodin/react-vtree
License: MIT