A set of components for ts-praticles React that allows you to easily add beautiful particle effects. Just import and use, no complicated setup or coding required. Great for adding visual interest to your UI.
You can install this package via npm:
npm install react-particle-components
import NekoParticle from "react-particle-components"
function App() {
return (
<NekoParticle id="Neko-Particle" type="circle" color="#f472b6" value={100} />
)
}
export default App