1.0.2 • Published 11 months ago

react-auto-animate-height v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-auto-animate-height

Automatically animate height based on its children

NPM JavaScript Style Guide

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

example-3

License

MIT © MatthiasKrijgsman

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago