timewriter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

timewriter

Super simple React component for typing effect. Supports multiple words and custom speed options.

NPM JavaScript Style Guide

Install

npm install --save timewriter

Usage

import * as React from 'react'

import MyComponent from 'timewriter'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © ThomasAnkcorn

Readme

Keywords

none

Package Sidebar

Install

npm i timewriter

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

33.4 kB

Total Files

8

Last publish

Collaborators

  • thomasankcorn