react-awesome-reveal
react-awesome-reveal copied to clipboard
Add 'as' prop to pass element to render
Right now, only div tag is being rendered in dom. However, it would be a nice addition to add a prop from which we can modify that behavior.
For example,
<Fade as='h1'>Heading</Fade>