Questions tagged [react-particles-js]

21 questions
0
votes
2 answers

Particle.js not showing particles on ReactJS website

I have been trying to implement Particles.js on my portfolio website but have been rather unsuccessful. This is the following line of code I have run in my library to get it running: npm i react-tsparticles I couldn't add this package to my website…
0
votes
1 answer

How to change color , background and height of the particle background in react-tsparticles?

How to change color and background in react-tsparticles ? This is my particle-config.js const particlesConfig = { background: { color: { value: "#232741", }, position: "50% 50%", repeat: "no-repeat", size: "20%", }, …
chinu-2000
  • 13
  • 1
  • 6
0
votes
1 answer

How do I configure react-tsparticles to get exactly the same animation as whois.domaintools.com page?

I tried a lot with react-tsparticles plugin options but I cannot manage to have exactly the same animation as whois.domaintools.com . When my page is launched, the particles are everywhere within the canevas but on the page I mention, the group of…
Mehdi
  • 1,340
  • 15
  • 23
0
votes
1 answer

How I can set react-particles-js as background while working on React

I am working on a portfolio with React.js and I have used react-particles-js for my background but it works as a component. I want this component as a background. Is there any other alternative of react-particles-js? This is my Home.js import…
0
votes
1 answer

Controlling particles and height in React web app for mobile devices

Currently learning React so apologies! Im creating a web app in React.js and have successfully imported React-Particles-JS which is currently as:
lanes123
  • 149
  • 1
  • 18
-1
votes
0 answers

Error when trying to build React App with tsParticles

Around 4 days ago I made a little website with some particles in the background that could interact with your mouse cursor using tsParticles. When I tried to build/run that site today it gave me the following…
HIMEJI
  • 1
  • 1
1
2