Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpadilla/ember-clipboard

Ember.js addon component for clipboard.js
https://github.com/jpadilla/ember-clipboard

ember ember-addon javascript

Last synced: 3 months ago
JSON representation

Ember.js addon component for clipboard.js

Awesome Lists containing this project

README

        

# ember-clipboard

[![travis-status-image]][travis]
[![ember-observer-image]][ember-observer]

This is an Ember.js addon component for [clipboard.js][clipboard-js].

## Installation

```bash
$ ember install ember-clipboard
```

## Live Demo

View a live demo here: [https://jpadilla.github.io/ember-clipboard/][demo]

## Example

```handlebars

{{#clip-board class="btn" target="#foo"}}
Click to copy
{{/clip-board}}
```

[demo]: https://jpadilla.github.io/ember-clipboard/
[clipboard-js]: https://zenorocha.github.io/clipboard.js/
[travis-status-image]: https://secure.travis-ci.org/jpadilla/ember-clipboard.svg
[travis]: http://travis-ci.org/jpadilla/ember-clipboard
[ember-observer-image]: http://emberobserver.com/badges/ember-clipboard.svg
[ember-observer]: http://emberobserver.com/addons/ember-clipboard