Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cubiq/cardview
- Owner: cubiq
- License: mit
- Created: 2013-08-08T15:52:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-08T16:30:21.000Z (over 11 years ago)
- Last Synced: 2024-09-04T00:03:23.307Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 135 KB
- Stars: 108
- Watchers: 12
- Forks: 35
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)