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
* @summary A button to trigger text content to be copied to the clipboard
11
-
* @element uui-text-copy-button
15
+
* @element uui-text-copy
12
16
* @dependency uui-button
13
17
* @dependency uui-icon
14
-
* @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
15
-
* @fires {UUICopyEvent} copied - Fires when the content is copied to the clipboard
18
+
* @fires {UUITextCopyEvent} 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
19
+
* @fires {UUITextCopyEvent} copied - Fires when the content is copied to the clipboard
16
20
* @slot - Use to replace the default content of 'Copy' and the copy icon
* Changes the color of the button to one of the predefined, symbolic colors.
63
+
* Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green "confirm" button.
0 commit comments