Search Results
Flexbox container of card
components.
Once the user scrolls to the bottom of the page:
- the
data-next
attribute is checked to see if it contains a URL of more results - if the
data-next
value is present, an additional request is made - the loading
card
is shown - once the request JSON is returned
- update the
data-next
value - insert the new
card
search results - hide the loading
card
This repeats until the data-next
attribute is not present.
The scroll event won't be triggered in the documentation.