🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-glitch-text

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-glitch-text

Animated glitch effect on text

0.2.0
latest
Source
npm
Version published
Weekly downloads
3
-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

React Glitch Text

Installation and usage

Install from npm:

npm i --save react-glitch-text

Then use it in your app:

import Glitch from 'react-glitch-text'

function App(){
  return (
    <Glitch color='whitesmoke' fontSize='42px'>
      Your super crazy c00l T3XT goes here!
    </Glitch>
  )
}

Props

Common props you may want to include:

PropRequirementDefault ValueDescription
childrenRequired'React Glitch TextShould contain the text
colorOptional'whitesmoke'Text color
fontSizeOptional'42px'Text font size

Keywords

react

FAQs

Package last updated on 20 Jul 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