Desktop Window
The <DesktopWindow> component is the base window chrome with macOS-style traffic-light dots. All other window components — BrowserWindow, IDEWindow, and TerminalWindow — build on top of it.
Use DesktopWindow directly when you need a plain window frame without browser, IDE, or terminal styling.
Basic usage
Code
Output
Any content inside a clean window frame.
With title
Code
Output
Content with a centered title in the title bar.
With tabs
Code
Output
Content with tabs in the title bar.
Props
When both title and tabs are provided, tabs takes precedence.