Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-titlebar-osx

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-titlebar-osx

osx controls to use on electron with react

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-titlebar-osx

Emulate OS X window titlebar using ES6 and React. Extracted from kapetan/titlebar.

demo

npm run demo-dev

how looks

Example how looks

how to use it

npm install --save react-titlebar-osx
import { Titlebar } from 'react-titlebar-osx';
<Titlebar
   text="Awesome tool"
   draggable={true}
   onClose={() => this.handleClose()}
   onMaximize={() => this.handleMaximize()}
   onFullscreen={() => this.handleFullscreen()}
   onMinimize={() => this.handleMinimize()}
/>

props

  • draggable (default false): Enable dragging.
  • transparent (default false): Transparent background.
  • text: Enable centered text.
  • padding: Add more space to the top and bottom.
  • onClose: (required) called when close is clicked.
  • onMinimize: (required) called when minimized is clicked.
  • onMaximize: (required) called when maximize is clicked.
  • onFullscreen: (required) called when fullscreen is clicked.

Keywords

FAQs

Package last updated on 07 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc