Skip to content

This plugin is for Indexed-List scroll like iOS have (and Android). Now I forked the plugin and make it can be called dynamic.

License

Notifications You must be signed in to change notification settings

nzbin/Framework7-Indexed-List-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

''

Installation

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

<link rel="stylesheet" href="path/to/framework7.min.css">
<link rel="stylesheet" href="path/to/framework7.indexed-list.css">
...
<script src="path/to/framework7.min.js"></script>
<script src="path/to/framework7.indexed-list.js"></script>

Usage

put this html code inside .page

<ul class="list-index"></ul>

init the plugin, .page is the parent container of .list-index

var myApp = new Framework7({
    indexedlist:{
        init:true,
        container:'.page'
    }
});

Demo:

https://boynet.github.io/boynet/

About

This plugin is for Indexed-List scroll like iOS have (and Android). Now I forked the plugin and make it can be called dynamic.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.8%
  • CSS 23.2%