Skip to content

Simple infinite list. This is a Polymer web-component that can handle tons of data in a infinite list.

Notifications You must be signed in to change notification settings

debianw/simple-list

Repository files navigation

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

About

Simple infinite list. This is a Polymer web-component that can handle tons of data in a infinite list.

Resources

Stars

Watchers

Forks

Packages

No packages published