Sveltekit Overlay Component
Overlay
Svelte practicing day 04
Functionalities
- open & close the overlay
- close with: button click, outsite modal click, escape click
Techs
The Svelte things
- special elements
<svelte:window>
- transitions
- store
- component composition
<slot/>
- logic
{#if}
- more