Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created February 11, 2023 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/ec2c7a0f782f22aa354c75398b78d432 to your computer and use it in GitHub Desktop.
Save arun12209/ec2c7a0f782f22aa354c75398b78d432 to your computer and use it in GitHub Desktop.
<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