0.2.0 • Published 10 months ago

react-glitch-text v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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

10 months ago

0.1.92

10 months ago

0.2.0

10 months ago

0.1.9

10 months ago

0.1.81

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago