Skip to content

Instantly share code, notes, and snippets.

@yershalom
Created January 31, 2019 16:01
Show Gist options
  • Save yershalom/312e6acffb998c43ac5f122f821187a7 to your computer and use it in GitHub Desktop.
Save yershalom/312e6acffb998c43ac5f122f821187a7 to your computer and use it in GitHub Desktop.
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