react-happytext
v1.0.1
Published
Animated gradients on text elements
Readme

Installation
npm
npm i react-happytext
yarn
yarn add react-happytext
Usage
Import Component
import {Happy} from 'react-happytext'Use in your jsx like so
<Happy value="Awesome" />- The value prop is what ever text you want to pass in the Happy Component
