In this project, i have put some html elements inside the particles div. I am now trying to migrate this pen into my react portfolio. I wasn't able to put any elements into the Particles div like so:
<Particles params={this.config} className="particles-js">
<h1>Hello World</h1> // <-- Element does not show up
</Particles>
I think this is related to the canvas element that is being returned, but is there a workaround for this?
In this project, i have put some html elements inside the particles div. I am now trying to migrate this pen into my react portfolio. I wasn't able to put any elements into the Particles div like so:
I think this is related to the canvas element that is being returned, but is there a workaround for this?