Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save GuillaumeDaviid/ff2aacf43f2905a4d533069dcd14dd88 to your computer and use it in GitHub Desktop.

Select an option

Save GuillaumeDaviid/ff2aacf43f2905a4d533069dcd14dd88 to your computer and use it in GitHub Desktop.
reveal : fade
import Fade from ‘react-reveal/fade’ ;
function Example () {
return (
<div>
<Fade left>
<p>Hello World</p>
</Fade>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment