react-glitch-text
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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:

Prop Requirement Default Value Description
children Required 'React Glitch Text Should contain the text
color Optional 'whitesmoke' Text color
fontSize Optional '42px' Text font size

Readme

Keywords

Package Sidebar

Install

npm i react-glitch-text

Weekly Downloads

7

Version

0.2.0

License

ISC

Unpacked Size

6.98 kB

Total Files

9

Last publish

Collaborators

  • belferink1996