Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peteschaffner/framer-uistatusbar
- Owner: peteschaffner
- Archived: true
- Created: 2015-05-12T17:08:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T09:08:28.000Z (over 9 years ago)
- Last Synced: 2024-10-08T05:47:26.312Z (4 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-framer - framer-uistatusbar - iOS status bar module for Framer. (Modules)
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' })
```