Livewire Infinite Scrolling, Load More Pagination

Tech Stack: tailwindcss, livewire

Demo

This simple table shows 5 records. Click "Load more..." to load more records.
Title
Tailwind Dropdown using AlpineJS
Check Username availability using Livewire
Real-time ChartJS using Livewire
Select2 Multiple select using Livewire
Star Rating Component using Livewire & AlpineJS

Code

Sorry, this component's code is restricted
Get Livewiredemos-Pro
Sorry, this component's code is restricted
Get Livewiredemos-Pro

Usage

Pass in the model for which you want to have infinite scrolling.


      @livewire('load-more-component', ['model' => App\Models\WinkPost::class])