Created
January 31, 2019 16:01
-
-
Save yershalom/312e6acffb998c43ac5f122f821187a7 to your computer and use it in GitHub Desktop.
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 React, { Component } from 'react' | |
import WordArt from 'react-wordart' | |
class Example extends Component { | |
render () { | |
return ( | |
<WordArt text='I Love WordArt' theme={`rainbow`} fontSize={100} /> | |
) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment