hacdias / electron-menubar

Easy way to create an electron menubar application.
MIT License
39 stars 1 forks source link
electron menubar nodejs tray-application

electron-menubar

⚠️ Package no longer maintained. Please contact me if you want to become its maintainer.

npm Travis

This lets you create a menubar very easily with Electron.

Install

npm install --save electron-menubar

Documentation

Class Menubar

new Menubar([options])

Methods

Events

Class Positioner

Credits

The code of this project is mainly based on menubar and electron-traywindow-positioner with some improvements and cleaning.