frontend-collective / react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies
https://frontend-collective.github.io/react-sortable-tree/
MIT License
4.9k stars 897 forks source link

Is it possible to make the react sortable tree ui less big with a setting : sm, md, bg ? #926

Open nicoclau opened 2 years ago

nicoclau commented 2 years ago

When we have a lot of info, we get back lot of nodes, and the scoll is long.

Is it possible with setting : sm (small,), md (medium), bg (big) to change all the node sizes to make the tree smaller but still readable ?

That way the scroll will be shorter. It is less annoying to see all info in one page too.

Thanks