Skip to content

linasmnew/typing-effect-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing Effect in React

Efficient & Lightweight typing effect made using requestAnimationFrame

Example

Typing effect example in action

Installation

npm install --save typing-effect-react

Basic Usage

import React, { Component } from "react";
import TypingEffect from "typing-effect-react";

class YourComponent extends Component {
  render() {
    return <TypingEffect data={["Hello world :)", "Hello again :)"]} />;
  }
}

About

Modern, Efficient & Lightweight typing effect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published