wufe / react-particles-js

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

react-particles-js can not working!!! #57

Closed godspeedgld closed 5 years ago

godspeedgld commented 6 years ago

my step is follow

1 create react project by create-react-app 2 npm install react-particles-js 3 import libs import Particles from 'react-particles-js'; 4 add components

But, the page is blank after i start page by npm start.

By the way. I try the demo of react-particles-js. the demo is OK But the react project is still no working even I import sass file and component ParticaleContainer.

How can I merge the react-particles-js into the react-project created by create-react-app?? thanks @Wufe

wufe commented 6 years ago

Without a reproducible code base I cannot deduce what's wrong with the process.

Check this minimal demo: CodeSandbox

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.