Read more container that expands html elements to their full height
npm install @crossfield/react-read-more!demo
```
npm install @crossfield/react-read-more
This read more component helps truncate large chunks of text/html and animates to the full height of the inner content.
`jsrotate( ${props.open ? '-90deg' : '90deg'})
readMore={props => (
{props.open ? 'Read Less' : 'Read More'}
style={{
transform: ,`
transition: 'transform 0.25s',
}}
/>
)}
>
SOME LONG TEXT
initialHeight
The closed size of the container
readMore
render function that gives you a props object containing open and onClick` to toggle open / close