@exmg/exm-copy-to-clipboard
v1.0.2
Published
Helper element to create icon/buttons that lets the user copy content to the clipboard. Just wrap it around the button or icon and set the value that needs to be copied.
Downloads
152
Readme
<exm-copy-to-clipboard>
@exmg/exm-copy-to-clipboard
Helper element to create icon/buttons that lets the user copy content to the clipboard. Just wrap it around the button or icon and set the value that needs to be copied.
Installation
npm install @exmg/exm-copy-to-clipboard
Example Usage
Standard
<exm-copy-to-clipboard value="[email protected]">
<md-icon-button><md-icon>content-copy</md-icon></md-icon-button>
</exm-copy-to-clipboard>
API
Slots
| Name | Description | | --------- | ---------------------------------- | | default | Button to handle copy to clipboard |
Properties/Attributes
| Name | Type | Default | Description |
| ------- | -------- | ------- | ---------------------------------------- |
| value
| string
| None | The value that gets copied and displayed |
Methods
| Name | Description |
| -------- | ------------------------------------------------- |
| toggle
| Toggles the opened state of the component |
| show
| Sets the opened state of the component to true |
| hide
| Sets the opened state of the component to false |
Events
None
CSS Custom Properties
None