0.0.8 • Published 5 months ago
react-particle-components v0.0.8
react-particle-components
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.
Installation
You can install this package via npm:
npm install react-particle-components
Exmaple Usage
import NekoParticle from "react-particle-components"
function App() {
return (
<NekoParticle id="Neko-Particle" type="circle" color="#f472b6" value={100} />
)
}
export default App