Im building a text editor. the app has a folder structure where the user can create folders with childrens in it (files and other folders), or just an empty file without children.
Im using the "Tree" component from Elementplus: .
I need to fully customize the component e.g change the tree node icon if the element isnt a folder. or change the color and form of the icon.
Is that possible? i couldnt find anything helpful.