0.0.1 • Published 2 years ago

bgl-product-card v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

BGL-Product-Card

This is a test deploy package

BG

Example

import {
  ProductCard,
  ProductImage,
  ProductTitle,
  ProductButtons,
} from 'bgl-product-card';
<ProductCard product={product} initialValues={{ count: 4, maxCount: 10 }}>
  {() => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>