jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9.15k stars 301 forks source link

Add an icon/image next to an item in a tree? #116

Closed Nasko-5 closed 3 years ago

Nasko-5 commented 3 years ago

More of a question/suggestion than an issue, but. I was wondering if there was a way to put an icon/image next to an item in a tree? Something like the file tree in thee win98 explorer: Screenshot_5

If not, would it be possible to implement? And how?

Sabinno commented 3 years ago

Is this not already possible? Have you tried adding an image within a list item yourself?

jdan commented 3 years ago

You should be able to with just an img tag and some positioning! Let us know if you run into any issues though.