Created
July 4, 2022 09:42
-
-
Save GuillaumeDaviid/c99514121622f58464d1bed51c265288 to your computer and use it in GitHub Desktop.
reveal : zoom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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