1.0.4 • Published 1 year ago

writer-effect v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago