Completely customisable "copy to clipboard" component (no code)
Overview
Here's a sample project that showcase how to create a completely custom "copy to clipboard" button in Framer by using a normal button component and the built-in copy-to-clipboard functionality.
The trick here is to:
Create a normal button component (as you normally would)
Overlay it with the built-in copy-to-clipboard button
Make the button invisible by lowering the opacity to 0
And voilà!
You can remix the project completely for free if anything isn't clear!
Hope you like it ♥️
Overview:
Completely customisable "copy to clipboard" component (no code)