An open API service indexing awesome lists of open source software.

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.

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
```