0.0.4 • Published 3 years ago

vue-ecommerce-card v0.0.4

Weekly downloads
19
License
-
Repository
-
Last release
3 years ago

Vue E-Commerce Card

Card design that can be used in e-commerce sites.

Install

npm i vue-ecommerce-card

Github

Go To Source Code : Github link

Import

import VueEcommerceCard from 'vue-ecommerce-card';
components: {
    VueEcommerceCard
  }

Use

<template>
  <VueEcommerceCard 
      imageUrl="https://png.pngtree.com/element_our/20190531/ourlarge/pngtree-color-glare-computer-free-map-image_1276302.jpg"
      description="Designed for serious gaming and real-world durability, 
          TUF Gaming A15 is a gaming laptop that can lead you to victory. 
          Powered by the latest AMD Ryzen ™ 4000 Series CPU and GeForce GTX 1650Ti GPU, 
          this gaming cavan is fast and smooth in action-packed games."
      title="Asus X556U Series"
      price=200
      info="Asus Grey Laptop"
      addDescription="Add To Card"
      cardHeight="350"
      cardWidth="520"
    />
</template>

Properties

NameTypeDefaultDescription
imageUrlstringhttps://png.pngtree.com/element_our/20190531/ourlarge/pngtree-color-glare-computer-free-map-image_1276302.jpgThe url of the product must be added
descriptionstringDesigned for serious gaming and real-world durability, TUF Gaming A15 is a gaming laptop that can lead you to victory. Powered by the latest AMD Ryzen ™ 4000 Series CPU and GeForce GTX 1650Ti GPU, this gaming cavan is fast and smooth in action-packed games." title="Asus X556U Seriesproduct description
titlestringAsus X556U Seriesproduct title
pricenumber1200product price
infostringAsus Grey Laptopbasic information about the product
addDescriptionstringAdd To Cardbutton description
cardHeightstring350card height
cardWidthstring520card width
0.0.4

3 years ago

0.0.3

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago