Skip to content

Instantly share code, notes, and snippets.

@PranoySarker
PranoySarker / scrollable-container.js
Last active September 17, 2024 11:26
This js code is the scrollable container using JS DOM
const container = document.getElementById("scrollable-container");
const categories = [
{
imgSrc:
"https://storage.googleapis.com/abtest-img-bucket/jmp-9.2-sub-category-images/best-sellers.png",
title: "Best Sellers",
link: "/products.html",
},
{
imgSrc: