A2K Window
npm install @a2000/windowA draggable and closeable window that can be used to display content.
1. Begin by installing with your favourite package manager:
npm install @a2000/window
2. Use within your HTML templates as follows:
``html
You can place anything in here
``
| Name | Type | Default Value | Description |
| --------- | ------- | ------------- | ------------------------------------ |
| heading | string | "" | - |
| draggable | boolean | false | - |
| closeable | boolean | false | - |
| x | string | 32 | The initial x position of the window |
| y | string | 32 | The initial y position of the window |
TODO: Add example for a2k-window-context
Display number of active windows in the toolbar