Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```