blink-two
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

<blink-two>

A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.

Installation

You can either install <blink-two> via NPM or include it via a CDN.

NPM:

npm install blink-two

CDN:

<script src="https://unpkg.com/blink-two/blink-two.js"></script>

If you do use this library from NPM be sure to import it somewhere in your JS code:

import 'blink-two';

Usage

You can easily use <blink-two> by just wrapping any content inside of the tag:

<blink-two>Blink Two Demo</blink-two>

Doing that will get you this:

Blink Two Tag Demo

Package Sidebar

Install

npm i blink-two

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

358 kB

Total Files

9

Last publish

Collaborators

  • michaelsolati