@gmana/react-particles
v0.0.1
Published
This is an experimental package.
Downloads
2
Readme
react-particles
This is an experimental package.
Use it at your own risk.
import { GParticles } from '@gmana/react-particles';
import React from 'react';
export const App = () => (
<>
<GParticles numbers={4}></GParticles>
<h1>Well come reactjs</h1>
</>
);
export default App;