exmg-copy-to-clipboard
v3.0.1
Published
Helper element to create a copy to clipboard button
Downloads
6
Maintainers
Readme
exmg-copy-to-clipboard
Helper element to create icon/buttons that lets the user copy content to the clipboard. Just wrap it arround the button or icon and set the value that needs to be copied.
Please visit the API Documentation and demo page for more information.
Usage
<exmg-copy-to-clipboard value="[email protected]">
<paper-icon-button icon="content-copy"></paper-icon-button>
</exmg-copy-to-clipboard>
Install
Install the component using bower
$ bower install --save ExmgElements/exmg-copy-to-clipboard
Development
First, make sure you have the Polymer CLI installed. Then run polymer server to launch the demo page.
$ polymer serve