Are you ready for the next RIUH?

00

Days

00

Hours

00

Minutes
RIUH OHA! bersama Mobile Legends: Bang Bang
July 26, 2024
Kuching, Sarawak
Featured in the Event:
No items found.
No items found.
No items found.
First time in Kuching and the second time in Borneo after RIUH Bah 2022 in Kota Kinabalu, RIUH OOHA! Are targeted to reach 30,000 visitors throughout the event. RIUH is essentially an curated creative platform that hosts a spectrum of eclectic homegrown brands, local and international flavours to feast on, creative workshops, showcases and live acts, all under one roof.
Event Highlight
View event album
Relive The Music: RIUH In Your Ears
Spotify Playlist
RIUH OHA! bersama Mobile Legends: Bang Bang
document.addEventListener("DOMContentLoaded", function () { let items = document.querySelectorAll(".cms-list .w-dyn-item"); // Select CMS items let loadMoreBtn = document.querySelector(".load-more-btn"); let itemsToShow = 6; // Number of items to show at first let currentIndex = 0; function showItems() { for (let i = currentIndex; i < currentIndex + itemsToShow; i++) { if (items[i]) items[i].style.display = "block"; } currentIndex += itemsToShow; if (currentIndex >= items.length) loadMoreBtn.style.display = "none"; // Hide button when all items are shown } showItems(); loadMoreBtn.addEventListener("click", showItems); });