Skip to content

Latest commit

 

History

History

uui-button-copy-text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-button-copy-text

npm

Umbraco style text-copy component.

Installation

ES imports

npm i @umbraco-ui/uui-button-copy-text

Import the registration of <uui-button-copy-text> via:

import '@umbraco-ui/uui-button-copy-text';

When looking to leverage the UUIButtonCopyTextElement base class as a type and/or for extension purposes, do so via:

import { UUIButtonCopyTextElement } from '@umbraco-ui/uui-button-copy-text';

Usage

<uui-button-copy-text></uui-button-copy-text>