0.0.4 • Published 1 year ago

@a2000/blue-screen v0.0.4

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

Blue Screen of Death

Scare your users by adding a blue screen of death to your web applications

Quick Start

  1. Begin by installing with your favourite package manager:

npm install @a2000/blue-screen

  1. Use within your HTML templates as follows:
<!DOCTYPE html>
<html>
  <head>
    <title>Quick Start</title>
    <meta charset="UTF-8" />
  </head>

  <body>
    <!-- Use web components in your HTML like regular built-in elements. -->
    <a2k-blue-screen></a2k-blue-screen>

    <!-- a2k web components use standard JavaScript modules. -->
    <script type="module">
      import "@a2000/button/a2k-blue-screen.js";
    </script>
  </body>
</html>

API

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1-s

1 year ago