react-gradient-text

Give your text an animated gradient effect using React.

Usage no npm install needed!

<script type="module">
  import reactGradientText from 'https://cdn.skypack.dev/react-gradient-text';
</script>

README

react-gradient-text

travis build

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} />