Device Mockup
Browser Window
A pure-CSS browser window for a site screenshot: traffic lights, a titled tab, an address bar with a lock, light or dark chrome and a shadow. The URL and title change via props, not in an editor.
What you can change
- src and alt — your screenshot
- children — a live page inside the window
- url and title — the address and the tab title
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/mockup-004?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
Server component, no hooks. The chrome is two rows: tabs (traffic lights, an active tab with a favicon and title, a “+” button) and the address row (history arrows, a field with an SVG lock and the URL, a menu). Font sizes and paddings are clamp() over cqw, so the chrome neither sprawls on a wide frame nor collapses on a narrow one. The chrome theme is set via data-chrome and does not follow the page theme: the window is part of the frame. The page area is 16/10: src (top-aligned object-fit: cover), otherwise children, otherwise a landing skeleton placeholder. The shadow is a box-shadow on the window, enabled by data-shadow.
Tags
- browser
- window
- chrome
- safari
- mockup
- frame
- screenshot
- website
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…