Here is an image carousel/image slider built on Appsmith using the image and progress bar widget:
Link to Forkable App: Appsmith
Here is an image carousel/image slider built on Appsmith using the image and progress bar widget:
Link to Forkable App: Appsmith
this is a really cool trick. By extension, I could also create a carousel with multiple images to look like this:
+6
instead of +1
-6
instead of -1
If I have my images in a database, I could paginate over them to get 6 results at a time, then iterate over the response to bind each image. The next and previous buttons would work on the pagination itself.