Install and import from NPM
npm i @vanillawc/wc-blink
<script type="module" src="[node_modules]/@vanillawc/wc-blink/index.js"></script>
Import from SkyPack CDN
<script type="module" src="https://cdn.skypack.dev/@vanillawc/wc-blink"></script>
Try it on WebComponents.dev
<wc-blink>
This text will blink obnoxiously
</wc-blink>
Styling is done with standard CSS
<wc-blink style="font-family: sans-serif;">
This will demonstrate the resplendent joy of HTML in its prime
</wc-blink>
See CONTRIBUTING.md