Package Exports
- ember-clipboard
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ember-clipboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ember-clipboard
This is an Ember.js addon component for clipboard.js.
Installation
$ ember install ember-clipboardLive Demo
View a live demo here: https://jpadilla.github.io/ember-clipboard/
Example
<!-- Target -->
<input id="foo" type="text" value="https://github.com/jpadilla/ember-clipboard.git">
<!-- Trigger -->
{{#clip-board class="btn" target="#foo"}}
Click to copy
{{/clip-board}}