The Fastest Way to Copy Components Directly to Your Figma

We've made this product 100% free to use. Simply choose a category, click on the design, and paste it directly into your Figma project

Successfully copied to Clipboard
CTRL + V Past your element into Figma
`; navigator.clipboard .write([ new ClipboardItem({ "text/html": new Blob([figmaCode], { type: "text/html" }), }), ]) }); }); });