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