danielporras-product-card
v1.0.0-rc
Published
##Ejemplo
Downloads
3
Readme
Product Card
##Ejemplo
import {ProductButtons, ProductCard, ProductImage, ProductTitle} from "danielporras-product-card"
<ProductCard
product={product}
initialValues={{
count:4,
// maxCount:10,
}}
>
{
() => (
<>
<ProductImage />
<ProductTitle title={"coffee mug meme"} />
<ProductButtons />
</>
)
}
</ProductCard>