_Simple infinite list. This is a Polymer web-component that can handle tons of data in an infinite list. This component extends from Polymer/core-list
and adds iscroll to support smooth scrolling
<simple-list> is a web component for handling list with tons of items
<simple-list data="{{data}}" height="80">
<template>
<div class="item {{ {selected: selected} | tokenList }}"> Item {{_.id}} <br /> <p><i>{{_.description}}</i></p> </div>
</template>
</simple-list>
See the component page for more information.