0.2.0 • Published 2 years ago

react-glitch-text v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
0.1.91

2 years ago

0.1.92

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.81

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago