We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Want to insert title and desc tags.
See follow the example.
Set title and desc tags to svg element.
<svg-icon name="sample" title="Title" desc="Description" />
After built,
<svg xmlns="http://www.w3.org/2000/svg"> <title>Title</title> <desc>Description</desc> <use xlink:href="/_nuxt/assets/sprite/gen/icons.svg#i-sample"></use> </svg>
The text was updated successfully, but these errors were encountered:
Hi Seems nice, as MDN says:
The <title> element generally improves accessibility of SVG documents.
<title>
It's a big step to improve accessibility, We will consider this in our next release, Thank you
Sorry, something went wrong.
feat(accessibility): support for title and description in svg-icon[#10
svg-icon
0119fae
]
🎉 This issue has been resolved in version 0.2.0 🎉
No branches or pull requests
Want to insert title and desc tags.
See follow the example.
Set title and desc tags to svg element.
After built,
The text was updated successfully, but these errors were encountered: