https://github.com/therapychat/copy-to-clipboard
Polymer web component wrapping clipboard.js
https://github.com/therapychat/copy-to-clipboard
Last synced: 4 months ago
JSON representation
Polymer web component wrapping clipboard.js
- Host: GitHub
- URL: https://github.com/therapychat/copy-to-clipboard
- Owner: TherapyChat
- License: apache-2.0
- Created: 2018-06-28T15:58:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T12:50:47.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T14:50:23.738Z (over 1 year ago)
- Language: HTML
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/TherapyChat/copy-to-clipboard)
[](https://www.webcomponents.org/element/therapychat/copy-to-clipboard)
[](http://standardjs.com)
# \
Web Component to use [clipboard.js](https://clipboardjs.com/)
Example of use:
```html
COPY
```
## Changelog
See [CHANGELOG](./CHANGELOG.md) file.
## Contributing
Please read [CONTRIBUTING](./CONTRIBUTING.md) file to follow good practices.
You will need [NodeJS](https://nodejs.org).
1. Close the repo: `git clone git@github.com:TherapyChat/copy-to-clipboard.git`
1. Install dependencies: `npm install`
1. Code!
1. Test: `npm test`
1. Create a [Pull Request](https://github.com/therapychat/copy-to-clipboard/pulls)
### Contributors
- [Alberto Fernandez](https://github.com/AlbertoFdzM)
## License
This project is available under the `Apache License 2.0`. See the [LICENSE](./LICENSE) file for more info.