react-gradient-text
v0.1.0
Published
Give your text an animated gradient effect using React.
Downloads
41
Maintainers
Readme
react-gradient-text
Documentation and demos here: http://arlando.github.io/react-gradient-text
Install
$ npm install --save react-gradient-text
Sample Usage
<GradientText data='today will be a really good day' gradient={[...colors]} animating={false} />
<GradientText data='today will be a really good day' gradient={[...colors]} hoverable={true} />