copy-to-clipboard

WebJar for copy-to-clipboard

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.webjars.bowergithub.therapychat
ArtifactId

ArtifactId

copy-to-clipboard
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

copy-to-clipboard
WebJar for copy-to-clipboard
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/TherapyChat/copy-to-clipboard

Download copy-to-clipboard

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.therapychat/copy-to-clipboard/ -->
<dependency>
    <groupId>org.webjars.bowergithub.therapychat</groupId>
    <artifactId>copy-to-clipboard</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.therapychat/copy-to-clipboard/
implementation 'org.webjars.bowergithub.therapychat:copy-to-clipboard:1.0.9'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.therapychat/copy-to-clipboard/
implementation ("org.webjars.bowergithub.therapychat:copy-to-clipboard:1.0.9")
'org.webjars.bowergithub.therapychat:copy-to-clipboard:jar:1.0.9'
<dependency org="org.webjars.bowergithub.therapychat" name="copy-to-clipboard" rev="1.0.9">
  <artifact name="copy-to-clipboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.therapychat', module='copy-to-clipboard', version='1.0.9')
)
libraryDependencies += "org.webjars.bowergithub.therapychat" % "copy-to-clipboard" % "1.0.9"
[org.webjars.bowergithub.therapychat/copy-to-clipboard "1.0.9"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bowergithub.polymer : polymer jar [1.9.0,3)
org.webjars.bowergithub.zenorocha : clipboard.js jar [2.0.1,3)

Project Modules

There are no modules declared in this project.

Build status Published on webcomponents.org js-standard-style

<copy-to-clipboard>

Web Component to use clipboard.js

Example of use:

<copy-to-clipboard
  id="copyToClipboard"
  clipboard-value-to-copy="[[value]]"
  clipboard-value-copied="{{copiedValue}}"
  clipboard-trigger-id="copyButton"
></copy-to-clipboard>
<paper-input
  label="Value to Copy"
  value="{{value}}"
></paper-input>
<paper-input
  label="Copied Value"
  value="[[copiedValue]]"
  disabled
></paper-input>
<paper-button id="copyButton">COPY</paper-button>

Changelog

See CHANGELOG file.

Contributing

Please read CONTRIBUTING file to follow good practices.

You will need NodeJS.

  1. Close the repo: git clone [email protected]:TherapyChat/copy-to-clipboard.git
  2. Install dependencies: npm install
  3. Code!
  4. Test: npm test
  5. Create a Pull Request

Contributors

License

This project is available under the Apache License 2.0. See the LICENSE file for more info.

org.webjars.bowergithub.therapychat

TherapyChat

Versions

Version
1.0.9