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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import { UUICopyEvent } from './UUICopyEvent';
9
9
* Inspired by shoelace.style copy button
10
10
* @element uui-copy
11
11
* @dependency uui-button
12
-
* @dependancy uui-icon
12
+
* @dependency uui-icon
13
13
* @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
14
* @fires {UUICopyEvent} copied - Fires when the content is copied to the clipboard
15
15
* @slot - Use to replace the default content of 'Copy' and the copy icon
0 commit comments