flekschas / svelte-simple-modal

A simple, small, and content-agnostic modal for Svelte v3 and v4
https://svelte.dev/repl/b95ce66b0ef34064a34afc5c0249f313
MIT License
422 stars 30 forks source link

Support for multiple opened modals #77

Closed mscofield0 closed 2 years ago

mscofield0 commented 2 years ago

I would like it if I could spawn multiple modals layered one on top of the other.

flekschas commented 2 years ago

What have you tried so far? I generally would never show a modal on top of a modal but you should be able to do this with multiple instances of <Modal />

flekschas commented 2 years ago

Close this as it's unclear what approaches have been tried already. Please feel free to reopen when you can share more information. Thanks