Skip to content

drewswaycool/react-blink-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React Blink Tag

Something really important to us was taken away... but now.. it's back and can do one or two more things! What a deal!

Demo: https://codesandbox.io/s/vj29v2vpl7

Installation

npm i -save react-blink-tag

Usage

  • Import the blink tag import Blink from 'react-blink-tag'

  • Options

fade

<Blink fade>Geocities!</Blink>

speed ('fast' or 'slow')

<Blink speed="slow">Geocities!</Blink>

  • Render it with pride!
//.......
function App() {
  return (
    <div className="App">
      <h1>
        <Blink>Geocities!</Blink>
      </h1>
    </div>
  );
}
//........  

About

๐Ÿš” a simple react component that resurrects the <blink> tag!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published