3.0.1 • Published 7 years ago

exmg-copy-to-clipboard v3.0.1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
7 years ago

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="mark@test.com">
    <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
3.0.1

7 years ago