Skip to content

An animated component to visualize the typing text in a react view component.

Notifications You must be signed in to change notification settings

shehand/react-animated-typer

Repository files navigation

react-animated-typer

A animated component to visualize the typing text in a react view component.

NPM JavaScript Style Guide

Install

npm install --save react-animated-typer

Usage

import React, { Component } from 'react'

import Typer from 'react-animated-typer'

class Example extends Component {
  render() {
    return (
      <Typer
        heading='Hey there, '
        dataText={[
          'Hello...',
          'Bonjour...',
          'Hola...',
          'Zdravstvuyte...',
          'Nǐn hǎo...',
          'Salve...',
          'Konnichiwa...',
          'Guten Tag...'
        ]}
      />
    )
  }
}

Sample Output

License

(Apache License, Version 2.0) © shehand

About

An animated component to visualize the typing text in a react view component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published