0.0.8 • Published 5 months ago

react-particle-components v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

With just this, you can use particles without having to configure them manually. You can adjust the type of particle by setting the type to either circle or bubbles, along with several other properties to define the number or speed of the particles.

0.0.8

5 months ago

0.0.6

5 months ago

0.0.5-fix

5 months ago

0.0.5

5 months ago