0.1.3 • Published 3 years ago

infinite-scroll-mithril v0.1.3

Weekly downloads
-
License
BSD-2-Clause Lice...
Repository
-
Last release
3 years ago

nfinite-scroll-mithril BSD-2-Clause License Downloads

Infinity scroll component for mithril

Compatible with Mithril 2.x

Installation

Use as npm module:

npm install infinite-scroll-mithril

or download/clone from Github.

Supported Browsers

This component has required IntersectionObserver API to works.

EdgeFirefoxChromeSafariOpera
Edge 16+55+58+12.1+45+

How to use

Example avaiable on codesandbox.io

Options

ParameterMandatoryTypeDefaultDescription
preloadoptionalBooleanInitial loading first page
pageCountrequiredNumber0Number of elements per page
loadingFooteroptionalMithril objectElement visible under the list while loading
pageRequestrequiredFunction (page: Number) => PromiseFunction that fetches data; accepts a page number and returns a promise
processPageDatarequiredFunction (data: Array) => ArrayFunction that creates a Mithril element from received data
0.1.3

3 years ago

0.1.2

3 years ago

0.1.1-t8

3 years ago

0.1.1-t7

3 years ago

0.1.1-t6

3 years ago

0.1.1-t5

3 years ago

0.1.1-t4

3 years ago

0.1.1-t3

3 years ago

0.1.1-t2

3 years ago

0.1.1-t1

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago