react-auto-typer
v1.0.4
Published
An auto typer component for react.
Downloads
2
Readme
react-auto-typer
An very minified auto typer component for react.
Install
npm install --save react-auto-typer
Usage
import React, { Component } from 'react'
import AutoTyper from 'react-auto-typer'
function Example() {
render() {
return <AutoTyper text={'Sample text here'} delay={100} styleClass={'autotyper'}/>
}
}
Props
text (required)
Text to auto type.
delay (required)
Delay between typing.
stlyleClass (required)
Custom CSS styles.
Example
License
Apache-2.0 © trishantpahwa