feat : newItemCard:

This commit is contained in:
enggar_ganteng 2019-01-06 14:50:31 +07:00
parent 2b95babb34
commit 6bbddbc23b

View File

@ -1,7 +1,7 @@
import React, { Component } from "react";
import Slider from "react-slick";
export default class PopularItemCardComponent extends Component {
export default class NewItemCardComponent extends Component {
render() {
const settings = {
dots: true,
@ -40,45 +40,35 @@ export default class PopularItemCardComponent extends Component {
const data = [
{
image:"https://img13.jd.id/Indonesia/s202x202_/nHBfsgAAggAAABoABFM3nAAEXbA.jpg.webp",
name:"Sharetea - Avocado Cocoa Rocksalt & Cheese Large Size",
price:"21.000"
},
{
image:"https://img14.jd.id/Indonesia/s202x202_/nHBfsgAAIQAAAAMADA5mOgAEk8c.png.webp",
name:"Tiket Masuk Ocean Dream Samudra - Annual Pass",
price:"170.000"
},
{
image:"https://img11.jd.id/Indonesia/s202x202_/nHBfsgAAuAAAAAkAA3z7VgAHUxo.jpg.webp",
name:"Sharetea - Avocado Cocoa Rocksalt & Cheese Large Size",
image:"https://img12.jd.id/Indonesia/s202x202_/nHBfsgAAoQAAABMADp8gVwAPqRY.jpg.webp",
name:"Raa Cha Suki & BBQ - Voucher Value Rp 100.000",
price:"90.000"
},
{
image:"https://img20.jd.id/Indonesia/s202x202_/nHBfsgAAFgAAABwACxRf5gACNwE.jpg.webp",
name:"YOSHINOYA - Value Voucher Rp 100.000",
image:"https://img13.jd.id/Indonesia/s202x202_/nHBfsgAAcQAAABkAF57sQQAPIcE.jpg.webp",
name:"Gokana Ramen & Teppan - Voucher Value Rp 100.000",
price:"90.000"
},
{
image:"https://img13.jd.id/Indonesia/s202x202_/nHBfsgAATwAAABUABZrMEQAFL3g.jpg.webp",
name:"Fitness One - Membership 1 Bulan (Value Rp 625.000)",
price:"21.000"
image:"https://img10.jd.id/Indonesia/s202x202_/nHBfsgAAEwAAABkAFtWOJgABokU.jpg.webp",
name:"KFC Voucher Value Rp 50.000",
price:"45.000"
},
{
image:"https://img10.jd.id/Indonesia/s202x202_/nHBfsgAAEQAAAAYABowcXAACSis.png.webp",
name:"Tiket Dunia Fantasi Ancol - Annual Pass (Bebas Main 1 Tahun)",
price:"325.000"
image:"https://img10.jd.id/Indonesia/s202x202_/nHBfsgAAagAAAAkAG0QyjQAGIe0.jpg.webp",
name:"BOGA Group Voucher Value Rp 100.000",
price:"90.000"
},
{
image:"https://img12.jd.id/Indonesia/s202x202_/nHBfsgAAtAAAAAYAAhB8RwAFsSU.png.webp",
name:"Waterbom PIK - All Day Pass Ticket",
price:"88.000"
image:"https://img12.jd.id/Indonesia/s202x202_/nHBfsgAA2gAAAAgACQTXGQANpmI.jpg.webp",
name:"Chopstix - Voucher Value Rp 100.000",
price:"80.000"
},
{
image:"https://img11.jd.id/Indonesia/s202x202_/nHBfsgAA0wAAAAsAAgIg7AADiWM.jpg.webp",
name:"Kompas - Digital Premium 12 bulan",
price:"339.000"
},
image:"https://img10.jd.id/Indonesia/s202x202_/nHBfsgAAGQAAABgAEKAtKQABhS0.jpg.webp",
name:"Lotteria - Chicken Mix Set A",
price:"37.400"
}
];
return (
<div>
@ -88,7 +78,7 @@ export default class PopularItemCardComponent extends Component {
return(
<div>
<div style={{textAlign:'center',padding:10}}>
<img src={it.image} style={{marginLeft:'auto',marginRight:'auto'}} height={'180vh'} width={'100%'} />
<img src={it.image} style={{marginLeft:'auto',marginRight:'auto'}} height={'200vh'} width={'100%'} />
{it.name}
<br/>
<span style={{color:'#0061a7'}}>Rp. {it.price}</span>