iphone-x-bar
v2.0.0
Published
Gorgeus iPhone X bar
Downloads
3
Maintainers
Readme
iPhone X Bar
Available on any of your sites!
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");