1.0.4 • Published 3 years ago

writer-effect v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Writer Effect

A Simple JS Package for loading text

Usage

  1. Install using npm i writer-effect
  2. Use it as a normal React Component

Example

  1. Import the package using import WriterEffect from "writer-effect";
  2. Use the package as React Component <WriterEffect text="Hello World" />

Arguments

SiArgumentDescriptionRequired
1textThe text to be displayedYes
2classNameClass names can be addedYes
3styleStyle can be addedYes
4timeoutTimeout for the text speed can be addedNo
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago