Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cubiq/cardview

Javascript incarnation of the rolodex
https://github.com/cubiq/cardview

Last synced: 28 days ago
JSON representation

Javascript incarnation of the rolodex

Awesome Lists containing this project

README

        

cardview
========

This is a little control to browse through a collection of items like they were cards in a deck or in rolling file device (rolodex). Mostly useful on mobile, but desktop compatibility has been added for ease of debugging.

To reduce memory footprint only 3 cards are loaded at any given time but you can browse an infinite number of items. Also the collection is loopable.

The code is still a bit messy and betaish but maybe you can make good use of it.

You can watch a screencast here http://youtu.be/zWYNUFuKI5s or play with the following demos:

[Vertical](http://lab.cubiq.org/cardview/demos/simple/)

[Horizontal](http://lab.cubiq.org/cardview/demos/horizontal/)

[Zoom](http://lab.cubiq.org/cardview/demos/zoom/)