https://github.com/timlg07/custom-electron-titlebar-minimal-example
A minimal working example showing how to use the custom-electron-titlebar library of Alex Torres.
https://github.com/timlg07/custom-electron-titlebar-minimal-example
electron electron-app electron-ui titlebar
Last synced: 2 months ago
JSON representation
A minimal working example showing how to use the custom-electron-titlebar library of Alex Torres.
- Host: GitHub
- URL: https://github.com/timlg07/custom-electron-titlebar-minimal-example
- Owner: timlg07
- License: mit
- Created: 2021-01-30T15:57:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T00:02:54.000Z (over 2 years ago)
- Last Synced: 2024-03-08T01:24:56.811Z (over 2 years ago)
- Topics: electron, electron-app, electron-ui, titlebar
- Language: JavaScript
- Homepage:
- Size: 508 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Electron Titlebar: Minimal Example
A minimal working example showing how to use the [custom-electron-titlebar library](https://github.com/AlexTorresSk/custom-electron-titlebar) of Alex Torres.
You can use this repository to try out what is possible with the Custom Electron Titlebar, as a template for your own application or to quickly provide examples to help others reproduce issues you're experiencing.
**Install:**
```
npm ci
```
**Run:**
```
npm start
```