UNPKG

electron-docking

Version:

An example application that demonstrates sticky/dockable windows.

50 lines (30 loc) 1.93 kB
<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_ ![Last version](https://img.shields.io/github/tag/mattkenefick/electron-docking.svg?style=flat-square) [![Dependency status](https://img.shields.io/david/mattkenefick/electron-docking.svg?style=flat-square)](https://david-dm.org/mattkenefick/electron-docking) [![Dev Dependencies Status](https://img.shields.io/david/dev/mattkenefick/electron-docking.svg?style=flat-square)](https://david-dm.org/mattkenefick/electron-docking#info=devDependencies) [![NPM Status](https://img.shields.io/npm/dm/electron-docking.svg?style=flat-square)](https://www.npmjs.org/package/electron-docking) [![Donate](https://img.shields.io/badge/donate-paypal-blue.svg?style=flat-square)](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)