vue-trend icon indicating copy to clipboard operation
vue-trend copied to clipboard

title prop

Open andrewharvey opened this issue 5 years ago • 1 comments

title prop which set's the SVG

https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title#Example <pre><code><svg width="220" height="70" xmlns="http://www.w3.org/2000/svg"> <title>SVG Title Demo example</title> <rect x="10" y="10" width="200" height="50" style="fill:wheat; stroke:blue; stroke-width:1px"> </svg> </code></pre> <p>Would you be okay with a PR for this?</p>

andrewharvey avatar Jan 04 '19 10:01 andrewharvey

Submit it please

mfreeman451 avatar Apr 24 '19 15:04 mfreeman451