1.0.6 • Published 4 years ago

@donnieashok/react-textglitch v1.0.6

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

react-textglitch

A simple lightweight library to give your text a Stranger Things style glitch effect. 6.2 KB when packed.

Demo

https://donnieashok.in

Usage

Install

npm install --save @donnieashok/react-textglitch

Import

import Glitch from "@donnieashok/react-textglitch"

Component

              <Glitch>
                <h1 className="text-light text-2xl sm:text-4xl lg:text-6xl uppercase" >I'm Donnie Ashok</h1>
              </Glitch>