Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 360 Bytes

Framer iOS status bar module

iOS status bar for your prototyping pleasure.

Usage

$ git clone https://github.com/peteschaffner/framercli.git myProject
$ cd myProject
$ npm install --save peteschaffner/framer-uistatusbar

app.js:

UIStatusBar = require("framer-uistatusbar")

statusbar = new UIStatusBar({ style: 'light' })