Код: Выделить всё
scroll-content
Код: Выделить всё
scroller
Код: Выделить всё
let products = [{
name:"sample 1",
imageUrl:"https://picsum.photos/536/354"
}];
const Home = async () => {
return (
{" "}
Top picks
[img]{`${products[0].imageUrl}`}
{/* Repeat the above div for other images */}
[img]{`${products[0].imageUrl}`}
{/* Add more divs as needed */}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
[img]{`${products[0].imageUrl}`}
Quick Links
{" "}
);
};
export default Home;
Подробнее здесь: https://stackoverflow.com/questions/788 ... -to-create