hextastudio/ui needs your support to stay running 🫶 Help us

Background Particles

A animated background particles component.

Preview

hextastudio/ui

Usage

tsx
<div className="z-[1] text-center flex items-center justify-center w-full">
    <h1 className="text-4xl max-sm:text-3xl">hextastudio/ui</h1>
</div>
<div className="w-screen h-screen absolute">
    <BackgroundParticles quantity={300} />
</div>