{#each $toasts as toast (toast.id)}
removeToast(toast.id)}>
removeToast(toast.id)} class={`text-${toast.color}`}>
{toast.header}
{toast.body}
{/each}