skill-icons icon indicating copy to clipboard operation
skill-icons copied to clipboard

[FEATURE REQUEST] show alternate text when hovering over icon

Open magorbalassy opened this issue 11 months ago • 1 comments

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

magorbalassy avatar Mar 15 '24 10:03 magorbalassy

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

LelouchFR avatar May 07 '24 09:05 LelouchFR