-
Notifications
You must be signed in to change notification settings - Fork 92
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
Adding icons #23
Comments
+1 |
1 similar comment
+1 |
If you check in the demos folder you'll see an implementation with icons.
I would recommend not having an "isDirectory" attribute, but instead checking whether the node's children's length is over 0. Also, an icon libarary like styled-icons would maybe be a better choice instead of cleverly styled divs. |
Hi @Arthur944 , can we show lines between directories? and add some smooth scrolling animations? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to add different icons for folders and files?
The text was updated successfully, but these errors were encountered: