Modals
Examples :: Modals
<script>
import { Modal } from '@colorfuldots/svelteit'
</script>
<Modal />
API
Coming soon!
Modals
In user interface design for computer applications, a modal window is a graphical control element subordinate to an application's main window. It creates a mode that disables the main window but keeps it visible, with the modal window as a child window in front of it.