Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 919 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 919 Bytes

<simple-list>

_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

Usage

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

Demos

core-list

See the component page for more information.