Skip to content

Commit 3b0bd2c

Browse files
committed
Merge branch 'feature/uui-copy' of https://github.com/warrenbuckley/Umbraco.UI into feature/uui-copy
2 parents 474a352 + 54943f7 commit 3b0bd2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/uui-copy/lib/uui-copy.element.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ import { UUICopyEvent } from './UUICopyEvent';
66

77
/**
88
* @summary A button to trigger text content to be copied to the clipboard
9-
* Inspired by shoelace.style copy button
109
* @element uui-copy
1110
* @dependency uui-button
12-
* @dependancy uui-icon
11+
* @dependency uui-icon
1312
* @fires {UUICopyEvent} copying - Fires before the content is about to copied to the clipboard and can be used to transform or modify the data before its added to the clipboard
1413
* @fires {UUICopyEvent} copied - Fires when the content is copied to the clipboard
1514
* @slot - Use to replace the default content of 'Copy' and the copy icon

0 commit comments

Comments
 (0)