1.0.3 • Published 6 years ago

@egolord/shop v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

SHOP

props: {
 products: {
   type: Array,
   default: []
 },
 component: {
   type: Object,
   required: true,
 }
},

Maps products into the ShopGrid as <div><component product="product"/></div>

SHOP GRID

Container for list of products/images No props

.shop-grid > div {
  margin-bottom: 16px;
}
@media (min-width: 670px) {
  .shop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .shop-grid > div {
    margin-bottom: 0;
  }
}
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago