react-particles-js

  • Version 3.6.0
  • Published
  • 1.05 MB
  • 1 dependency
  • MIT license

Install

npm i react-particles-js
yarn add react-particles-js
pnpm add react-particles-js

Overview

Reactified particles.js

Index

Variables

variable Particles

const Particles: ComponentClass<ParticlesProps>;

    Interfaces

    interface ParticlesProps

    interface ParticlesProps {}

      property canvasClassName

      canvasClassName?: string;

        property className

        className?: string;

          property height

          height?: string;

            property params

            params?: IParticlesParams;

              property particlesRef

              particlesRef?: React.RefObject<Container>;

                property style

                style?: any;

                  property width

                  width?: string;

                    Type Aliases

                    type IParticlesParams

                    type IParticlesParams = ISourceOptions;

                      type Particles

                      type Particles = ComponentClass<ParticlesProps>;

                        Package Files (1)

                        Dependencies (1)

                        Dev Dependencies (16)

                        Peer Dependencies (2)

                        Badge

                        To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                        You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/react-particles-js.

                        • Markdown
                          [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/react-particles-js)
                        • HTML
                          <a href="https://www.jsdocs.io/package/react-particles-js"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>