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
As SVGs don't support the title attribute, a nice api would be a component's title attribute that renders as a title tag inside the loaded svg.
title attribute
title tag
This theoretically also applies to style but is not subject of this issue. Any plans on supporting this?
style
The text was updated successfully, but these errors were encountered:
As a workaround, you can use transformSource with some helper function which will add title tag
transformSource
Sorry, something went wrong.
Released under v2.0.0
Consider replacing title prop with slot accepting <title>, <desc>, <style>, etc. homeday-de/homeday-blocks#481
<title>
<desc>
<style>
Successfully merging a pull request may close this issue.
As SVGs don't support the
title attribute
, a nice api would be a component'stitle attribute
that renders as atitle tag
inside the loaded svg.This theoretically also applies to
style
but is not subject of this issue.Any plans on supporting this?
The text was updated successfully, but these errors were encountered: