Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created February 11, 2023 10:11
Embed
What would you like to do?
<template>
<div class={containerClass} onmousemove={handleMouseMove}>
<template for:each={confettiArray} for:item="confetti">
<div key={confetti.id} class="confetti" style={confetti.style}></div>
</template>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment