Is it possible to create a "load more" button? with the list component i want it to load the first 10 items. Then by clicking the "load more" button it will extend the list by 10 more items and push the "load more" button to the bottom of the list.
Thanks!