React title bar for Electron apps
Mac
Windows
Install with npm
npm install react-electron-titlebarInstall with yarn
yarn add react-electron-titlebarImporting the module
import Titlebar from 'react-electron-titlebar';
...
<div>
<Titlebar title="App Title" backgroundColor="#000000">
</div>| Property | Type | Default | Description |
|---|---|---|---|
| title | string | null | Title to show for the window |
| backgroundColor | string | #000000 | Titlebar background |