A simple react package for typing text effect with basic properties
npm install --save react-typing-text
import React, { Component } from 'react'
import TypeText from 'react-typing-text'
import 'react-typing-text/dist/index.css'
class Example extends Component {
render() {
return <TypeText text='Example Text 😄' />
}
}
- ✔️
speed
:Number
Typing speed. (value: lower value types faster) - ✔️
staticText
:String
. Static Text which will be constant. ($
in above demo) - ✔️
typingDelay
:Number
.Time to wait before starting to type.
MIT © TheShubham99