Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
electron-react-titlebar
Advanced tools
A github desktop style title bar component for electron.
npm i --save electron-react-titlebar
npm run build
npm run demo
app.on('ready', () => {
require('electron-react-titlebar/main').initialize()
})
import { TitleBar } from 'electron-react-titlebar/renderer'
import 'electron-react-titlebar/assets/style.css'
ReactDOM.render(
<TitleBar menu={menuTemplate} icon={iconPath} />,
document.querySelector('title-bar')
)
ReactDOM.render(
<TitleBar menu={menuTemplate} icon={iconPath}>
<link rel="stylesheet" type="text/css" href={require.resolve('electron-react-titlebar/assets/style.css')} />
</TitleBar>,
document.body
)
Elements to be rendered in between the menu and the window controls (optional).
Disable minimize button (optional).
Disable maximize button (optional).
Path to icon file (optional).
The browserWindow's id that window controls affect to. Default value is the browserWindow that renders the component (optional).
Menu template of Electron's Menu (optional).
Note: electron-react-titlebar is supporting a subset of Electron's MenuItem. P Supported options:
click
- supported, but the parameter only returns item
and event
type
- submenu
is not supported.label
- supportedenabled
- supportedvisible
- supportedchecked
- supportedThe v1.0.0 version contains following breaking changes:
React@16.8
or newer versionelectron-react-titlebar/renderer
currentWindow
prop has been removed, instead you can control your browserWindow by browserWindowId
propIf you're still using Electron below 14 and don't want to take breaking changes, you can still use 0.x version of electron-react-titlebar.
FAQs
A github desktop style title bar component for electron.
The npm package electron-react-titlebar receives a total of 138 weekly downloads. As such, electron-react-titlebar popularity was classified as not popular.
We found that electron-react-titlebar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.