A React library to animate height without knowing the height of the contents
npm install react-animate-content-heightThat means you don't have to calculate the height or anything in order to animate it. This library will do those calculations for you.
typescript jsx
import { AnimateHeight } from "react-animate-content-height";
Content with varying size
`For a more comprehensive example, check out the example in the
example` folder in the repo,