skill-icons
skill-icons copied to clipboard
[FEATURE REQUEST] show alternate text when hovering over icon
Feature requested
The linked icons should have a title, similar to adding it manually , for ex.:
<img src="https://skillicons.dev/icons?i=linux" title="Linux"/>
But when adding manually the title / alternate text / hover text, we'd need to do it separately for each icon, and also it requires creating a div with a style. I made it work with
<div style="display: inline-block;">
<img src="https://skillicons.dev/icons?i=linux" title="Linux"/>
<img src="https://skillicons.dev/icons?i=docker" title="Docker" />
</div>
https://skillicons.dev/icons
I made it kinda work, you can find it on the new project https://github.com/LelouchFR/skill-icons
just a little problem is that you have to click on the icon to get to the githubusercontent, and there it works, idk why but it's one approvement to make