react-auto-animate-height
v1.0.2
Published
Automatically animate height based on its children
Downloads
120
Readme
react-auto-animate-height
Automatically animate height based on its children
Install
npm install --save react-auto-animate-height
Usage
import React, { Component } from 'react'
import AutoAnimateHeight from 'react-auto-animate-height'
const Example = ({ children }) => {
return (
<div className={'card'}>
<AutoAnimateHeight>
{ children }
</AutoAnimateHeight>
</div>
)
}
Result
License
MIT © MatthiasKrijgsman