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

handy dialogs in/for svelte

Results 4 svelte-dialogs issues
Sort by recently updated
recently updated
newest added

At first glance svelte-dialogs seem to work with Svelte 4.2 without issues. Please confirm and update peer dependencies.

Updates the peer dependency to allow any Svelte version >= 3.5.0. Fixes #8

Issue: the text area input in dialog.prompt defaults to the rtl writing direction ![image](https://user-images.githubusercontent.com/86833175/211103943-986d642f-e55d-4304-963f-275d42d27534.png) Steps to reproduce: go on the showcase website [https://bibizio.github.io/svelte-dialogs/](https://bibizio.github.io/svelte-dialogs/), go to the "Prompt input types" example,...