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

peteschaffner/framer-uistatusbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' })