1.0.1 • Published 9 years ago

ember-clipboard v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

ember-clipboard

travis-status-image ember-observer-image

This is an Ember.js addon component for clipboard.js.

Installation

$ ember install ember-clipboard

Live 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}}