https://github.com/peteschaffner/framer-uistatusbar
iOS status bar module for Framer.js
https://github.com/peteschaffner/framer-uistatusbar
Last synced: 8 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T09:08:28.000Z (almost 10 years ago)
- Last Synced: 2025-04-26T23:36:30.202Z (18 days ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 2
- Watchers: 1
- 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' })
```