react-animated-typer
v1.0.0
Published
A animated component to visualize the typing text in a react view component.
Downloads
2
Readme
react-animated-typer
A animated component to visualize the typing text in a react view component.
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