• Stars
    star
    301
  • Rank 138,451 (Top 3 %)
  • Language Svelte
  • License
    MIT License
  • Created over 4 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

InfiniteLogo

svelte-infinite-loading

An infinite scroll component for Svelte apps

NPM VERSION NPM DOWNLOADS DEPENDENCIES

AboutFeaturesInstallationDocumentationExamplesLicense

About

An infinite scroll component for Svelte, to help you implement an infinite scroll list more easily.
This is heavily inspired by vue-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 to devDependencies!
More Details

With npm:

$ npm install svelte-infinite-loading

With yarn:

$ yarn add svelte-infinite-loading

With pnpm (recommended):

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

From CDN (via unpkg):

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

<!-- ES Module -->
<script src="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 the documentation!

Documentation

You can find the documentation in the repository wiki

License

MIT License

More Repositories

1

svelte-tiny-virtual-list

📚 A tiny but mighty list virtualization library for Svelte, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
Svelte
456
star
2

Gameshell-Love2D-Template

A simple template to quickly create Löve2D games for the Gameshell (by clockworkpi)
Lua
28
star
3

lua-fenster

📚 The most minimal cross-platform GUI library - now in Lua!
C
25
star
4

TI-Nspire-Minesweeper

A simple Minesweeper-Clone made for the TI-Nspire with Lua 🕹
Lua
19
star
5

sudoku

🎮 A beautiful little Sudoku game built with Svelte and TailwindCSS.
Svelte
15
star
6

FlightWiki

A simple example Wiki running on the Flight PHP micro-framework
PHP
9
star
7

zacktype

🎮 A very minimal typing speed measurement game built with Svelte.
TypeScript
8
star
8

SherlockHomepage

A .htpasswd-Manager for your homepage!
PHP
7
star
9

clockTube

A simple YouTube Client - Browse and view Videos directly on your Gameshell!
Lua
7
star
10

pathix

A simple Powershell script to clean up your PATH on Windows
PowerShell
7
star
11

Toolbox

Little website that I've created using Svelte and Sapper, providing various self-made tools that I use regularly
Svelte
7
star
12

BBB-Downloader

Super simple downloader for Big Blue Button Meetings 🎞
TypeScript
6
star
13

3d-soft-engine-lua

🧪 A simple 3D engine written in Lua using using lua-fenster.
Lua
6
star
14

love2d-joystick-tester

🎮 A simple LÖVE application to test joysticks and gamepads.
Lua
6
star
15

Lagan-Bulma-Theme

A simple, beautiful theme for the Lagan Admin-Panel
HTML
5
star
16

Iconmonstr-API

An unofficial API to access icons from iconmonstr.com
PHP
5
star
17

EightyEighty.js

A nice little Intel 8080 emulator for Node.js and Browser! 💾
TypeScript
4
star
18

MQTT-3D-Cube

A 3D cube controllable by MQTT - Made for my teacher
HTML
4
star
19

URL-Shortener

Source code of my own URL-Shortener Service
PHP
4
star
20

Mind-Map-Generator

Super simple mind map generator I've made for school
JavaScript
3
star
21

3d-raytracer-lua

🧪 A simple 3D raytracer written in Lua over a couple of weekends.
Lua
3
star
22

Funbox

Copy of my Toolbox project, with some less useful tools - so just for fun
Svelte
2
star
23

svelte-tailwindcss-template

Simple template for building apps using Svelte and TailwindCSS
JavaScript
2
star
24

gorousel

A stupidly simple wallpaper carousel program 🖼
Go
2
star
25

FaviconAPI

Simple API for generating favicons ⚡
PHP
2
star
26

brainfuck.rs

A simple brainfuck interpreter in Rust
Rust
2
star
27

BrezlBot

A fun little Telegram bot I've written for my friends and me, which allows users to reward others by giving them pretzels 🥨
TypeScript
2
star
28

hiper

Automatically update Hetzner Cloud Floating IP server assignments in a Docker Swarm
Go
2
star
29

Mage

Magically creates wonderful images for you! ✨
PHP
2
star
30

todolist-angularjs

🌐 A simple todolist webapp made with AngularJS.
HTML
1
star
31

renovate-config

🔧 My personal configuration preset for Mend Renovate.
1
star
32

brainfuck-php

🧪 An optimizing Brainfuck parser & interpreter written in PHP.
PHP
1
star
33

skar

An awful tool I've written for collecting many files into one archive file (heavily inspired by tar)
TypeScript
1
star
34

Arcade

Play Intel 8080 games in your browser! 🕹️
Svelte
1
star
35

Pregramer

Beautiful Social Media Share Previews for your Instagram Posts 📸
PHP
1
star
36

Lagan-Blog-Example

A little blog example built with Lagan.
HTML
1
star
37

Brainfuck-Interpreter-Java

A simple Brainfuck Interpreter written in Java
Java
1
star
38

Skayt

A simple, MQTT-like IoT protocol hosted on a simple NodeMCU server.
Lua
1
star