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`