Skip to content

Instantly share code, notes, and snippets.

@el3um4s
Created October 15, 2022 14:01
Show Gist options
  • Save el3um4s/f67d7ecba184c9d8f6a88932d441d3a2 to your computer and use it in GitHub Desktop.
Save el3um4s/f67d7ecba184c9d8f6a88932d441d3a2 to your computer and use it in GitHub Desktop.
MEDIUM - How To Show Notifications in Web Application - 08
<div class="notifications">
{#each $notifications as notification (notification.id)}
<div class="toast">
<div class="content">{notification.msg.message}</div>
</div>
{/each}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment