react-height-auto-transition

``` yarn add react-any-height npm i react-any-height ```

Usage no npm install needed!

<script type="module">
  import reactHeightAutoTransition from 'https://cdn.skypack.dev/react-height-auto-transition';
</script>

README

Install

yarn add react-any-height
npm i react-any-height

Usage

import { ReactAnyHeight } from 'react-any-height'

const App = () => (
  <ReactAnyHeight>
    <div>Dynamic Height Content</div>
  </ReactAnyHeight>
)