K
Size: a a a
K
PM
VN
NK
NK
NK
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. Users must interact with the modal window before they can return to the parent application.
NK
A
AF
PM
NK
alert()
PM
alert()
NK
A
PM
PM
PM
PM
<a href="#login">Login</a>
{#if $fragment === '#login'}
<LoginModal />
{/if}
PM
A