marchaos / react-virtualized-sticky-tree

A React component for efficiently rendering tree like structures with support for position: sticky
MIT License
151 stars 12 forks source link

Is there a link to the source for the demo? #6

Closed sunniejai closed 5 years ago

sunniejai commented 5 years ago

Would it be possible to commit the source of the demo into the repository or include a link to it from the readme?

Thanks!

marchaos commented 5 years ago

Hey. It's checked into the gh_pages branch - the main file is https://github.com/marchaos/react-virtualized-sticky-tree/blob/gh-pages/src/StickyTreeWithRoot.jsx. Might be using a slightly older version of the API, so let me know if you run into any issues.