react-treebeard
react-treebeard copied to clipboard
Show buttons to the right when hovering on a node?
Hello - great project. I was wondering if there is a way to show buttons/icons to the right (delete file / add file) when you hover on a node. This way users can delete that file or add a new one in that directory. This is similar to how Notion has it in their tree.
Thanks!
@alvisanovari I guess you can achieve it by using decorators, by overriding Container
or Header
property.