Created
December 17, 2018 20:17
-
-
Save adrian-afergon/30af49e7046c77d075e172600165a970 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const MyComponent: React.SFC<{}> = () => ( | |
<Carrousel> | |
<img src='image1.png' alt='image 1'/> | |
<img src='image2.png' alt='image 2'/> | |
<img src='image3.png' alt='image 3'/> | |
</Carrousel>); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment