Popularity
4.6
Stable
Activity
0.0
Stable
633
4
13

Programming language: TypeScript
License: MIT License
Tags: UI Animation     Animation     Svg     Gooey     Goo     Gooeyeffect     Blobs     Metaballs    
Latest version: v1.1.0

gooey-react alternatives and similar libraries

Based on the "UI Animation" category.
Alternatively, view gooey-react alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gooey-react or a related project?

Add another 'UI Animation' Library

README

The gooey effect for React The 'gooey effect' has been made popular by various (amazing) blogposts over the years. This tiny component makes it easy to use within React, and has improved the implementation as much as possible. It's optimized to be as sharp/crisp as possible, since existing implementations can be a bit blurry. Safari support (which can be notorious, and is usually missing) has been added as well.

Installation (~0.5 KB)

npm install gooey-react

Usage

import Goo from 'gooey-react'

<Goo> … </Goo>

You can put regular HTML elements inside Goo, but using an SVG is recommended for better browser support. Shape blobbing will be applied to everything within the component.

Visit the website for full documentation, properties and examples.