react-metaballs-js

2.0.0 • Public • Published

react-metaballs-js

React component for metaballs-js

NPM License BundlePhobia Last Commit

Install

npm install --save react-metaballs-js

Usage

import React, { Component } from "react";
import Metaballs from "react-metaballs-js";
 
class Example extends Component {
  render() {
    return (
      <Metaballs
        numMetaballs={100}
        minRadius={3}
        maxRadius={7.5}
        speed={10.0}
        color="#ff0024"
        backgroundColor="#121212"
        className="balls"
      />
    );
  }
}

Props

Accepts all options from metaballs-js.

Additionally, any other props will be forwarded to the underlying canvas element. This enables styling and setting the size through className or style props.

License

MIT © MrToph

Readme

Keywords

none

Package Sidebar

Install

npm i react-metaballs-js

Weekly Downloads

11

Version

2.0.0

License

MIT

Unpacked Size

308 kB

Total Files

6

Last publish

Collaborators

  • cmichelio