typing-effect-react

1.1.0 • Public • Published

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 :)"]} />;
  }
}

Package Sidebar

Install

npm i typing-effect-react

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

14.1 kB

Total Files

5

Last publish

Collaborators

  • linasmnew