svelte-simple-modal icon indicating copy to clipboard operation
svelte-simple-modal copied to clipboard

A simple, small, and content-agnostic modal for Svelte v3

Results 14 svelte-simple-modal issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [sveld](https://github.com/carbon-design-system/sveld). These dependencies needed to be updated together. Updates `svelte` from 4.0.0 to 4.2.19 Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for...

dependencies
javascript

- Svelte5 only Rune mode - add : function ContentOutside open Mode > Maximum update depth exceeded problem - edit : function bind : mount is maybe bug? detail is...

**Issue:** When using a confirmation dialog in a component opened within a modal, the modal closes automatically upon confirmation. This behavior is illustrated in the following code snippet: **Code:** ```...