electron-docking
Version:
An example application that demonstrates sticky/dockable windows.
50 lines (30 loc) • 1.93 kB
Markdown
<img src="./docs/icon-256.png"
alt="Electron Docking"
align="right"
class="mt-2"
height="100"
/>
╔╦╗╔═╗╔═╗╦╔═╦╔╗╔╔═╗ v 0.1.1
║║║ ║║ ╠╩╗║║║║║ ╦
═╩╝╚═╝╚═╝╩ ╩╩╝╚╝╚═╝
_Allows you to setup sticky windows for Electron apps_

[](https://david-dm.org/mattkenefick/electron-docking)
[](https://david-dm.org/mattkenefick/electron-docking#info=devDependencies)
[](https://www.npmjs.org/package/electron-docking)
[](https://paypal.me/polymermallard)
<a href="https://twitter.com/intent/follow?screen_name=mattkenefick">
<img src="https://img.shields.io/twitter/follow/mattkenefick.svg?style=social&logo=twitter" alt="follow on Twitter"></a>
</a>
## Install
$ npm install electron-docking --save
## Test
$ npm run start
## Configure
const dock = new Dockable({
useCorners: true,
});
## License
**electron-docking** © [polymer mallard](https://polymermallard.com), released under the [ISC](https://github.com/mattkenefick/electron-docking/blob/master/LICENSE.md) License.<br>
Authored and maintained by Polymer Mallard with help from [contributors](https://github.com/mattkenefick/electron-docking/contributors).
> [polymer mallard](https://polymermallard.com) · GitHub [@mattkenefick](https://github.com/mattkenefick) · Twitter [@mattkenefick](https://twitter.com/mattkenefick)