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)
- Host: GitHub
- URL: https://github.com/boynet/framework7-indexed-list-plugin
- Owner: boynet
- License: mit
- Created: 2014-09-17T14:08:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T08:19:01.000Z (almost 9 years ago)
- Last Synced: 2026-01-27T06:45:17.676Z (2 months ago)
- Topics: framework7, indexed-list, javascript
- Language: JavaScript
- Homepage: https://boynet.github.io/boynet/
- Size: 25.4 KB
- Stars: 51
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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

## 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`