UNPKG

aiab-product-card

Version:

``` import { ProductButtons,ProductCard,ProductImage,ProductTitle } from "aiab-product-card"; ```

23 lines (20 loc) 378 B
## Ejemplo ``` import { ProductButtons,ProductCard,ProductImage,ProductTitle } from "aiab-product-card"; ``` ````<ProductCard product={product} initialValues={{ count: 4, maxCount: 10, }} > {({ reset, increaseBy, count, isMaxCountReached }) => ( <> <ProductImage /> <ProductTitle /> <ProductButtons /> </> )} </ProductCard>``` ````