Skip to content

Instantly share code, notes, and snippets.

View oumoussa98's full-sized avatar

abdelouahed oumoussa oumoussa98

View GitHub Profile
@oumoussa98
oumoussa98 / index.html
Last active October 19, 2023 17:28
infinite loading example
<html>
<head>
<script src="https://unpkg.com/vue@3.2.37/dist/vue.global.js"></script>
<script src="https://unpkg.com/v3-infinite-loading@1.2.2/lib/v3-infinite-loading.umd.js"></script>
<link rel="stylesheet" href="https://unpkg.com/v3-infinite-loading@1.2.2/lib/style.css" />
<style>
#app {
display: flex;
flex-direction: column;
align-items: center;