wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.16k stars 106 forks source link

Closes #16. Adding support for child components #17

Closed Mweeden36 closed 7 years ago

Mweeden36 commented 7 years ago

Added support for child components.

wufe commented 7 years ago

Thanks for your PR! The result seems to be a little different from what the issue was created for. This update does not move children over the canvas, but moves them under the canvas. To move a div over a canvas, a position absolute style rule needs to be set.

Let me know what do you think about it, and if you agree to close this pull request.

Mweeden36 commented 7 years ago

Ah ok I misunderstood the request. If I find some time I'll resubmit, but yeah seems like we can close this request.

wufe commented 7 years ago

Looking forward for it. Thanks a lot for your support.