iphone-x-bar

2.0.0 • Public • Published

iPhone X Bar

Available on any of your sites!

npm version

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.0.0/iphone-x-bar.css"/>

Bookmarklet

javascript:(link=>{link.rel='stylesheet';link.href='//cdn.rawgit.com/pfrankov/iphone-x-bar/v2.0.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");

/iphone-x-bar/

    Package Sidebar

    Install

    npm i iphone-x-bar

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • pfrankov