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

0.0.1 • Public • Published

<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.

Dependencies (0)

    Dev Dependencies (13)

    Package Sidebar

    Install

    npm i blink-text-element

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    5.71 kB

    Total Files

    7

    Last publish

    Collaborators

    • keithamus