@a2000/taskbar
TypeScript icon, indicating that this package has built-in type declarations

0.0.34 • Public • Published

Taskbar

Renders a fully functioning windows-inspired taskbar.

Usage

  1. Begin by installing with your favourite package manager:

npm install @a2000/taskbar

  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-taskbar />

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

Notes

This component doesn't offer any way to customise its content.

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @a2000/taskbar

    Weekly Downloads

    1

    Version

    0.0.34

    License

    MIT

    Unpacked Size

    73.4 kB

    Total Files

    37

    Last publish

    Collaborators

    • andrico1234