You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically I think it would be nice to click an icon and have the icon name copied to clipboard inside the docs #baseIcon.
What is your proposed solution?
The only way I know how to do with plain JS it's to add an @click that calls a method inside the GuideBaseIcons.vue, create a temporarily textarea element, copy the icon's name to that textarea, exec the copy command and remove the textarea.
Note: If you want this feature request I the code for this, and I can make a PR for you to see.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Basically I think it would be nice to click an icon and have the icon name copied to clipboard inside the docs
#baseIcon
.What is your proposed solution?
The only way I know how to do with plain JS it's to add an
@click
that calls a method inside theGuideBaseIcons.vue
, create a temporarilytextarea
element, copy the icon's name to thattextarea
, exec the copy command and remove thetextarea
.Note: If you want this feature request I the code for this, and I can make a PR for you to see.
The text was updated successfully, but these errors were encountered: