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

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i typing-effect-react

    Weekly Downloads

    4

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    14.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • linasmnew