Copy Button

A button that copies its content to clipboard.

Read more Read less

Bundled with an optional tooltip.

<.copy_button id="copy-button-single-default" text="This text will be copied"/>
<.copy_button
  id="copy-button-single-with-a-tooltip"
  text="I come with my tooltip"
  tooltip_text="Copy to clipboard"
  tooltip_feedback_text="Copied!"
/>