Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
45 stars 3 forks source link

Implement copy paste button #8

Closed Wolfr closed 3 years ago

Wolfr commented 3 years ago

Using clipboard we could implement a working copy/paste button.

image

The button is already added in StyleguideCard.svelte, but currently commented out.

Wolfr commented 3 years ago

I couldn't get clipboard to work but implement a simpler solution in dc41927aad9eedc77a3efe6be32b1bcbe2c76628 where we select from a textarea and then copy paste that.