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

react-text-glitch

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-text-glitch

React component to add glitch effect to your text, in a whole word or letter by letter.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

React Text Glitch

React component to add glitch effect to your text, in a whole word or letter by letter. Demo

Install

  yarn add react-text-glitch

Usage

  // Glitch whole word
  import TextGlitch from 'react-text-glitch'

  <TextGlitch>WOW! I`m cool</TextGlitch>
  // Letter by letter on hover
  import TextGlitch from 'react-text-glitch'

  <TextGlitch letter>WOW! I`m cool</TextGlitch>

Options

propdescriptiondefault
textStyleThe style applied to text
wrapperStylesThe style applied to text wrapper
letterfalse for whole word glitch/true for letter-by-letterfalse
asThe role for html text elementp

Contribute

Everything is welcome

License

Do whatever you want

Keywords

react

FAQs

Package last updated on 11 Apr 2018

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