0.0.1 • Published 1 year ago

blink-text-element v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

<blink-text> element

An element which blinks in and out to try to get the users attention like the traditional blink element found in the browsers of yesteryear

Installation

Available on npm as blink-text-element.

$ npm install --save blink-text-element

Usage

Script

Import as ES modules:

import 'blink-text-element'

Include with a script tag:

<script type="module" src="./node_modules/blink-text-element/dist/index.js">
<blink-text>
  This text will blink!
</blink-text>

Browser support

Browsers without native custom element support require a polyfill.

  • Chrome
  • Firefox
  • Safari
  • Microsoft Edge

License

Distributed under the MIT license. See LICENSE for details.