Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.

License

NotificationsYou must be signed in to change notification settings

jonasgeiler/svelte-infinite-loading

Repository files navigation

InfiniteLogo

svelte-infinite-loading

An infinite scroll component for Svelte apps

NPM VERSIONNPM DOWNLOADSDEPENDENCIES

AboutFeaturesInstallationDocumentationExamplesLicense

About

An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
This is heavily inspired byvue-infinite-loading and uses most of its code and functionality!

Features

  • Mobile friendly
  • Built-in spinners
  • 2-directional support
  • Load result message display

Installation

If you're using this component in a Sapper application, make sure to install the package todevDependencies!
More Details

With npm:

$ npm install svelte-infinite-loading

With yarn:

$ yarn add svelte-infinite-loading

Withpnpm (recommended):

$ npm i -g pnpm$ pnpm install svelte-infinite-loading

From CDN (viaunpkg):

<!-- UMD --><scriptsrc="https://unpkg.com/svelte-infinite-loading@^1/dist/svelte-infinite-loading.js"></script><!-- ES Module --><scriptsrc="https://unpkg.com/svelte-infinite-loading@^1/dist/svelte-infinite-loading.mjs"></script>

Examples / Demo

For more information on how to use this library, check thedocumentation!

Documentation

You can find the documentation in therepository wiki

License

MIT License

About

An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp