1.0.0 • Published 3 years ago

react-animated-typer v1.0.0

Weekly downloads
4
License
(Apache License, ...
Repository
github
Last release
3 years ago

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

npm.io

License

(Apache License, Version 2.0) © shehand