react-dipper

0.1.5 • Public • Published

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

Prop Type Definition
particleParams object The parameters of the particles instance.
styleParams object The 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

Package Sidebar

Install

npm i react-dipper

Weekly Downloads

0

Version

0.1.5

License

ISC

Unpacked Size

47.1 kB

Total Files

4

Last publish

Collaborators

  • zj1926