Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 852 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 852 Bytes

iPhone X Bar

Available on any of your sites!

npm version

iphone-x-bar

Installation

npm install --save iphone-x-bar

Usage

CDN

<link rel="stylesheet" href="//cdn.rawgit.com/pfrankov/iphone-x-bar/v1.0.0/iphone-x-bar.css"/>

Bookmarklet

javascript:(link=>{link.rel='stylesheet';link.href='//cdn.rawgit.com/pfrankov/iphone-x-bar/v1.0.0/iphone-x-bar.css';document.body.appendChild(link)})(document.createElement('link'))
// ES2015+ / TypeScript
import "iphone-x-bar";

// CommonJS
require("iphone-x-bar");