react-animate-content-height
v1.1.6
Published
A React library to animate height without knowing the height of the contents
Downloads
18
Readme
react-animate-content-height
A component which will enable animating the height of a component based on the actual content.
That means you don't have to calculate the height or anything in order to animate it. This library will do those calculations for you.
Usage
import { AnimateHeight } from "react-animate-content-height";
<AnimateHeight>
Content with varying size
</AnimateHeight>
For a more comprehensive example, check out the example in the example
folder in the repo,
or this Sandbox.