-
Notifications
You must be signed in to change notification settings - Fork 918
Add icon in node renderer #860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Implementation of the feature frontend-collective#860
Implementation available in pull request #861 |
Did you try to use generateNodeProps for that? Maybe just emit subtitle and use title (ReactNode is type) as your icon + some other parts... |
Nop, do you have a capture of the result of this solution? |
I don't know how you got this project to work, but I'd love to see a code dump/pen/sandbox !!! |
Hi @ajoslin103, this is available in the Pull Request #861. |
Apologies for being unclear - I cannot get this library to even start in my ElectronJS+React+Typescript project (built on this boilerplate: https://github.com/Robinfr/electron-react-typescript) I was hoping that someone had something running with react 16.8 |
I am currently using this library in my project that is using React ^16.8.0 as dependency. Everything is working fine for me. Just I am not using suggesting (theirs) function for recursive updates of tree, make yourself good ones. |
@glisA99 Can you show code for this example? |
Requesting a Feature?
Provide a way to add an icon in a node
The text was updated successfully, but these errors were encountered: