Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 639 Bytes

File metadata and controls

31 lines (20 loc) · 639 Bytes

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>