UNPKG

exmg-copy-to-clipboard

Version:

Helper element to create a copy to clipboard button

13 lines (12 loc) 396 B
LICENSE<!doctype html> <html> <head> <meta charset="utf-8"> <title>exmg-copy-to-clipboard</title> <script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script> <script type="module" src="node_modules/@polymer/iron-component-page/iron-component-page.js"></script> </head> <body> <iron-component-page></iron-component-page> </body> </html>