1.0.4 • Published 2 years ago

react-auto-typer v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

react-auto-typer

An very minified auto typer component for react.

NPM JavaScript Style Guide

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

Online Demo

License

Apache-2.0 © trishantpahwa