jlveliz-product-card
v0.0.1
Published
``` import {ProductCard, ProductCardImage, ProductCardTitle, ProductCardButtons} from 'jlveliz-product-card' ```
Downloads
3
Readme
Eejemplo
import {ProductCard,
ProductCardImage,
ProductCardTitle,
ProductCardButtons} from 'jlveliz-product-card'
<ProductCard product={product} key={product.id} initialValue={{ count: 5, maxCount: 10, }} > {({ product }) => ( <> </> )}