Are you ready for the next RIUH?

00

Days

00

Hours

00

Minutes
RIUH NAU!
August 5, 2022
Dataran Pahlawan, Melaka
Featured in the Event:
No items found.
No items found.
No items found.
RIUH NAU! is coming to Melaka! As part of the RIUH nationwide tour, this is the 3rd edition following Johor and Sabah. Dataran Pahlawan, Melaka will be livened up with creatives from the local and regional scene including retail and food vendors, traditional showcases, workshops and activities, and special live performances by Mafidz, DJ Mushroom and Insomniacks amongst other great artists. For more information, all updates will be on our Instagram page @riuhinthecity.
Event Highlight
View event album
Relive The Music: RIUH In Your Ears
Spotify Playlist
RIUH NAU!
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); });