svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.28k stars 64 forks source link

Allow dynamic values for use-clipboard action #365

Closed resah closed 1 year ago

resah commented 1 year ago

Description

Implementation for #348 allowing to set the clipboard text to a function, which is evaluated on click

 <button use:clipboard={() => `This text will be copied at ${new Date().toUTCString()}`}>Copy Me</button>

Before submitting the PR, please make sure you do the following