Custom Window for Electron with coloured Title bar, Menu bar, Menu items, Menu actions & application icon etc.
Screenshot of this project's components & IPC for rendering a custom window with Titlebar, Menus and Controls
- Custom Window Titlebar for Electron.
- Easily changable platform specific controls for max/min/close buttons using
windows
ormac
value forplatform
property with<WindowFrame>
in renderer. - Titlebar menus can
show/hide
by pressingalt/option
key. - Window frame title prop displays in titlebar center when menus are toggeled off.
- Menu entries can be customized in
titlebarMenus.ts
file. - Menu items and windows controls layout or colors can be customized easily by modifying the components & modules.