Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuillaumeDaviid/c99514121622f58464d1bed51c265288 to your computer and use it in GitHub Desktop.
Save GuillaumeDaviid/c99514121622f58464d1bed51c265288 to your computer and use it in GitHub Desktop.
reveal : zoom
import Zoom from ‘react-reveal/zoom ‘ ;
function Example () {
return (
<div>
<Zoom right>
<p>Hello World</p>
</Zoom>
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment