New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

writer-effect

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

writer-effect

Writer Effect Package

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Writer Effect

A Simple JS Package for loading text

Usage

  • Install using npm i writer-effect
  • Use it as a normal React Component

Example

  • Import the package using import WriterEffect from "writer-effect";
  • 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

FAQs

Package last updated on 30 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts