1.0.3 • Published 2 years ago

react-typing-writer-effect v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

react-typing-writer-effect

A lightweight react typing animation effect component which you can adjust speed and font size.

(https://www.npmjs.com/package/react-typing-writer-effect/)

Installation

npm:

npm i react-typing-writer-effect

Demo

npm.io

Usage

import TypingEffects from "react-typing-writer-effect";

function TypingAnimation() {
  return (
    <TypingEffects
      textArray={["Hello", "my", "friend"]}
      speed={200}
      size={50}
    />
  );
}

Props

PropTypeDescriptionDefault
textArraystring[]Write your text here"Hello"
speednumberspeed value smaller then typing quicker200
sizenumberThe font size of text50