helfi92 / material-ui-treeview

A React tree view for material-ui.
MIT License
47 stars 21 forks source link

Add an href prop to a leaf value #30

Closed helfi92 closed 5 years ago

helfi92 commented 5 years ago

This will allow a user to right click on a leaf and pick the option to open the link in a new tab. Previously the browser wasn't aware of the location to jump to until a click event happened.