/wc-blink

A vanilla web component blink element

Primary LanguageJavaScriptMIT LicenseMIT

GitHub Releases NPM Release Bundlephobia MIT License Published on WebComponents.org Latest Status Release Status

A Vanilla Web Component to resurrect the magnificent <blink> element


Installation

npm i @vanillawc/wc-blink

Then import the index.js file at the root of the package.


Usage

Add some content to the body of the blink element

<wc-blink>
This text will blink obnoxiously
</wc-blink>

Styling

Styling can be done using standard css attributes.

<wc-blink style="font-family: sans-serif;">
This will demonstrate the resplendent joy of HTML in its prime
</wc-blink>

Demo