Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 32 commits behind v1/contrib.

uui-button-copy-text

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>