You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/uui-copy/lib/uui-copy.element.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,9 @@ import { UUICopyEvent } from './UUICopyEvent';
6
6
7
7
/**
8
8
* @summary A button to trigger text content to be copied to the clipboard
9
-
* Inspired by shoelace.style copy button
10
9
* @element uui-copy
11
10
* @dependency uui-button
12
-
* @dependancy uui-icon
11
+
* @dependency uui-icon
13
12
* @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
14
13
* @fires {UUICopyEvent} copied - Fires when the content is copied to the clipboard
15
14
* @slot - Use to replace the default content of 'Copy' and the copy icon
0 commit comments