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

https://github.com/boynet/framework7-indexed-list-plugin

This plugin is for Indexed-List scroll like iOS have (and Android)
https://github.com/boynet/framework7-indexed-list-plugin

framework7 indexed-list javascript

Last synced: about 1 month ago
JSON representation

This plugin is for Indexed-List scroll like iOS have (and Android)

Awesome Lists containing this project

README

          

Framework7 Indexed List Plugin
=============================
Demo: https://boynet.github.io/boynet/

This plugin is for Indexed-List scroll like iOS and Android have, currently works only with Contacts List

![''](http://i58.tinypic.com/2608tmo.jpg)

## Installation

Just grab plugin files from `dist/` folder or using bower:

```
bower install framework7-indexed-list-plugin
```

And link them to your app's right AFTER Framework7's scripts and styles:

```

...

```

## Usage
put this html code inside .page
````


    ````

    ## Demo:
    https://boynet.github.io/boynet/

    OR:

    Plugin comes with demo example to see how it works and looks. To make demo works you need:

    * install bower dependencies. Go to `demo/` folder and execute in terminal `bower install`