copyToClipboard() next to text

Unfortunately, the text component doesn't have event handlers so you can't just do an 'onClick' copy text to clipboard.

you could look into using the link component which does have it, but you are much more limited on your styling then.

the other option would likely be using a table to copy the cells' data.

hope that helps!