react-blink-tag

0.1.6 • Public • Published

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>
  );
}
//........  

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.6
    5
    • latest

Version History

Package Sidebar

Install

npm i react-blink-tag

Weekly Downloads

5

Version

0.1.6

License

MIT

Unpacked Size

428 kB

Total Files

4

Last publish

Collaborators

  • drewmcmurry