react-happytext

Animated gradients on text elements

Usage no npm install needed!

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

README

npm version Build Status Coverage Status

Installation

npm

npm i react-happytext

yarn

yarn add react-happytext

Usage

  1. Import Component import {Happy} from 'react-happytext'

  2. Use in your jsx like so <Happy value="Awesome" />

    • The value prop is what ever text you want to pass in the Happy Component

Examples