1.0.2 • Published 6 years ago
react-blobby-blob v1.0.2
react-blobby-blob
Blobby blobby blobs for React. (demo)
Install
npm install --save react-blobby-blobUsage
import React from 'react'
import { Blob } from 'react-blobby-blob'
import 'react-blobby-blob/dist/index.css'
export () => (
<Blob />
)Animations
By default, the blob responds to clicks by randomly generating new control points around a rectangle and morphing to the new blob svg. You can control this behavior by setting interactive to false or changing the default duration of 150 ms.
License
MIT © Saasify