0.1.5 • Published 3 years ago

react-dipper v0.1.5

Weekly downloads
17
License
ISC
Repository
github
Last release
3 years ago

React Dipper

Implementation in ES2015 + React of Particles.js by Vincent Garreau.


Installation

npm install react-dipper

Demo

Demo2

How to use

Code

Example:

import ReactDipper from 'react-dipper';

class App extends Component{
    render(){
        return <ReactDipper />
    };

}

Props

PropTypeDefinition
particleParamsobjectThe parameters of the particles instance.
styleParamsobjectThe react-style-json of the canvas element.

Find your particleParams configuration here.


Reporting issues

  • Look for any related issues.
  • If you find an issue that seems related, please comment there instead of creating a new one.
  • If you find no related issue, create a new one.
  • Include all details you can ( operative system, environment, interpreter version, etc.. ).
  • Include the error log.
  • Remember to check the discussion and update if there changes.

Contributing

  • Fork the repository
  • Create your feature branch
  • Commit your changes and push the branch
  • Submit a pull request
0.1.5

3 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago