Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peteschaffner/framer-uistatusbar

iOS status bar module for Framer.js
https://github.com/peteschaffner/framer-uistatusbar

Last synced: 2 months ago
JSON representation

iOS status bar module for Framer.js

Awesome Lists containing this project

README

        

# Framer iOS status bar module

iOS status bar for your prototyping pleasure.

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

app.js:
```javascript
UIStatusBar = require("framer-uistatusbar")

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