/circle-mesh

https://tympanus.net/Development/DecorativeBackgrounds/index.html as a React component.

Primary LanguageJavaScript

React Component for This Demo

Install

npm install --save circle-mesh

Usage

const App = () => (
  <div className="App">
    <h1>Circle Mesh Demo</h1>
    <CircleMesh colors={[0xac1122, 0x96789f, 0x535353]} />
  </div>
);

You can also run the following to get the demo working:

$ git clone https://github.com/psbrandt/circle-mesh.git
$ npm install
$ npm run start-demo

Result

Credits

All the work was done here. This is just a thin React component wrapper.