Browser Window
The <BrowserWindow> component wraps content in a macOS-style browser frame with traffic-light dots, optional tabs, and an optional URL bar below the header. Built on top of DesktopWindow.
With URL
Code
Output
Welcome to My Docs
Get started with our platform in minutes.
With tabs and URL
Code
Output
Content with browser tabs and a URL bar.
Without URL
Omit the url prop for a minimal frame:
Code
Output
Content without a URL bar — useful for generic previews.
Wrapping components
Combine with other ciderpress components to preview how they render:
Code
Output