@@include('./partials/html.html') @@include("./partials/title-meta.html", {"title": "Clipboard"}) @@include('./partials/head-css.html')
@@include('./partials/menu.html')
@@include("./partials/page-title.html", {"title":"Clipboard", "subtitle": "Miscellaneous" })

Examples

Copy from Element

Use data-clipboard-target to copy text from a specific element.

Click the button to copy this promotional text.

Cut from Textarea

Use data-clipboard-action with cut to remove and copy content.

Copy Email Address

Click the button to copy this contact email:

support@example.com
Cut Input Value

This cuts the value from a single-line input field.

Copy Code Snippet

Copy this snippet by clicking the button:

npm install clipboard --save
Copy from Input Group

Click the copy icon to copy the link here:

Copy Username

Copy a predefined username from a span element.

john_doe_92
Copy Discount Code

Copy a promotional discount code for checkout.

Copy HTML Template

Copy a block of HTML code from a <pre> tag.

<button class="btn btn-primary">Click Me</button>
@@include('./partials/footer.html')
@@include('./partials/customizer.html') @@include('./partials/footer-scripts.html')