Skip to content

kryanod/iphone-x-bar

This branch is 8 commits behind pfrankov/iphone-x-notch:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9ad74f · Sep 15, 2017

History

2 Commits
Sep 15, 2017
Sep 15, 2017
Sep 15, 2017
Sep 15, 2017
Sep 15, 2017

Repository files navigation

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");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 75.2%
  • HTML 24.8%