Stanko / react-animate-height

Lightweight React component for animating height using CSS transitions. Slide up/down the element, and animate it to any specific height.
https://muffinman.io/react-animate-height
MIT License
758 stars 53 forks source link

Webpage is inaccurate about dependencies #112

Closed kzahel closed 3 years ago

kzahel commented 3 years ago

Your webpage says "Lightweight, no dependency React component for animating height using CSS transitions"

This isn't exactly true. You are using classnames as a dependency.

Stanko commented 3 years ago

That's a super old leftover :) I'll remove it.

Stanko commented 3 years ago

Fixed in this commit.