Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zachleat/browser-window

Used in demos as a way to fake a Safari-esque web browser window.
https://github.com/zachleat/browser-window

web-components

Last synced: about 2 months ago
JSON representation

Used in demos as a way to fake a Safari-esque web browser window.

Awesome Lists containing this project

README

        

# `browser-window`

A small themed zero-dependency Web Component for demos with a fake browser window (Safari-esque).

* [**Go to the Demo**](https://zachleat.github.io/browser-window/demo.html)
* [Read the blog post](https://www.zachleat.com/web/browser-window/)

> “this is maybe my favoritest [web component] yet.”—[Dave Rupert, President of Web Components](https://mastodon.social/@davatron5000/111301972550207963)

## Installation

Via [`npm`](https://www.npmjs.com/package/@zachleat/browser-window) or download [`browser-window.js`](./browser-window.js) directly for use in your project.

```sh
npm install @zachleat/browser-window
```