0.1.5 • Published 4 years ago
react-dipper v0.1.5
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