@zachleat/browser-window
v2.0.0
Published
Used in demos as a way to fake a Safari-esque web browser window.
Readme
browser-window
A small themed zero-dependency Web Component for demos with a fake browser window (Safari-esque).
“this is maybe my favoritest [web component] yet.”—Dave Rupert, President of Web Components
Installation
Via npm or download browser-window.js directly for use in your project.
npm install @zachleat/browser-windowChangelog
v2.0.0URL bar now shows the full url by default (including pathname, searchParams, et al). Useurl-mode="hostname-only"to swap back to previous behavior.
