1.0.9 • Published 5 years ago

react-electron-titlebar v1.0.9

Weekly downloads
745
License
MIT
Repository
github
Last release
5 years ago

react-electron-titlebar

React title bar for Electron apps

Example

Mac

Windows

Usage

Install with npm

npm install react-electron-titlebar

Install with yarn

yarn add react-electron-titlebar

API

Importing the module

import Titlebar from 'react-electron-titlebar';

...

<div>
  <Titlebar title="App Title" backgroundColor="#000000">
</div>

Properties

PropertyTypeDefaultDescription
titlestringnullTitle to show for the window
backgroundColorstring#000000Titlebar background
1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago