natemoo-re / astro-icon

Inline and sprite-based SVGs in Astro made easy!
https://astroicon.dev
Other
992 stars 57 forks source link

Alt tags? #132

Closed errorcodezero closed 11 months ago

errorcodezero commented 11 months ago

Since these are svg icons I wonder if there is a way to specify a custom alt attribute for the icons.

errorcodezero commented 11 months ago

nvm I can just use aria-label on a tag

stramel commented 11 months ago

You can also use the title prop which inserts a title tag into the SVG

errorcodezero commented 11 months ago

oh alright

errorcodezero commented 11 months ago

thanks for the help 👍🏾