Skip to content

atroo/react-virtual-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

go to ./playground to check example virtual tree and run

npm start

go to ./virtual-tree and run

npm start to run watch script or npm run build to build lib

About virtual-tree lib

lib contains low-level VirtualTree component that you can use to build your own virtual-tree with features that are needed (like custom infinite loader or theme). there is also a high level virtual tree component (HighLevelVirtualTree) that requires only url string to fetch data and an onNodeSelected callback.