@donnieashok/react-textglitch
v1.0.6
Published
For a Stranger Things style glitch effect to strings
Downloads
15
Readme
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>