🚀 Pagination Component Demos

Basic Pagination (100 items, 10 per page)

// offset: 0, limit: 10, total: 100

Small List (25 items, 5 per page)

// offset: 5, limit: 5, total: 25

Only One Page (less than per-page)

// Should render no navigation

Edge Case: 0 items

// Should render nothing

Interactive Logging

// Event output will appear here