2.0.0 • Published 7 years ago

iphone-x-bar v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

iPhone X Bar

Available on any of your sites!

npm version npm.io

iphone-x-bar

Installation

npm install --save iphone-x-bar

Chrome extension

https://chrome.google.com/webstore/detail/feddebdpegbgedcfbgkncgdodplhmjpd

Usage

CDN

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

Bookmarklet

javascript:(link=>{link.rel='stylesheet';link.href='//cdn.rawgit.com/pfrankov/iphone-x-bar/v2.1.0/iphone-x-bar.css';document.body.appendChild(link)})(document.createElement('link'))

Import to your code

// ES2015+ / TypeScript
import "iphone-x-bar";

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