svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Collection of Svelte components, actions, stores, and utilities to build highly interactive applications.

Results 125 svelte-ux issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

- Introduce `MaybePromise` and `MaybeAsync` type helpers - Allow `onApply` to accept either a synchronous or asynchronous function

We should add a styled `` input component similar to [Daisy UI](https://daisyui.com/components/file-input/) and Skeleton's [FileButton](https://www.skeleton.dev/components/file-buttons) but also support drop targets similar to Skeleton's [FileDropzone](https://www.skeleton.dev/components/file-dropzone) and [svelte-file-dropzone](https://github.com/thecodejack/svelte-file-dropzone) leveraging HTML [drag and...

See related [discussion](https://discord.com/channels/920755200552226868/1271565318896226355) (also semi-related issue #462)