santomegonzalo / react-electron-titlebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Property Type Default Description
title string null Title to show for the window
backgroundColor string #000000 Titlebar background

About

License:Apache License 2.0


Languages

Language:JavaScript 92.8%Language:HTML 5.2%Language:CSS 2.0%