Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-ng/ribcage-ios-nav-button
A little view that gives you ios7-style nav buttons
https://github.com/ben-ng/ribcage-ios-nav-button
Last synced: 21 days ago
JSON representation
A little view that gives you ios7-style nav buttons
- Host: GitHub
- URL: https://github.com/ben-ng/ribcage-ios-nav-button
- Owner: ben-ng
- Created: 2013-12-08T08:23:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T08:28:11.000Z (almost 11 years ago)
- Last Synced: 2024-10-13T15:11:15.690Z (26 days ago)
- Language: CSS
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ribcage iOS Nav Button
=======================A little view to use with `ribcage-view` that gives you a pure CSS ios7-style menu button.
## Install
```
npm install ribcage-ios-nav-button
```## Usage
```javascript
var NavButton = require('ribcage-ios-nav-button')
var button = new NavButton({
label: 'Something'
, action: function () {
myView.trigger('dosomething')
}
})```