bgl-product-card
v0.0.1
Published
This is a test deploy package
Downloads
2
Readme
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>