@a2000/taskbar
v0.0.34
Published
A2K Taskbar
Downloads
100
Readme
Taskbar
Renders a fully functioning windows-inspired taskbar.
Usage
- Begin by installing with your favourite package manager:
npm install @a2000/taskbar
- 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.