hextastudio/ui needs your support to stay running 🫶 Help us
Background Particles
A animated background particles component.
Preview
hextastudio/ui
tsx
import React, { useEffect, useRef, useState } from "react";
interface ParticlesProps {
className?: string;
quantity?: number;
staticity?: number;
ease?: number;
size?: number;
refresh?: boolean;
color?: string;