Skip to main content

Copy to Clipboard similar to the Color Palette Block

  • June 22, 2020
  • 1 reply
  • 11 views

Hi!

I’m curious if anyone know how to implement a copy-to-clipboard in an Airtable Block that’s similar to how this Color Palette works, https://support.airtable.com/hc/en-us/articles/115013249087-Color-palette-block.

I’m hoping to make different lines of text clickable to facilitate fast copy & pasting of code snippets.

1 reply

Forum|alt.badge.img+4
  • Inspiring
  • 60 replies
  • July 17, 2020

Clipboard integration doesn’t have to be tied to Airtable or Blocks; you can use the same approach as you would in a traditional web application. For most people, it makes sense to use a well-tested open-source package. Since Blocks are React applications, you might try react-copy-to-clipboard.