aiab-product-card
v1.0.0-rc
Published
``` import { ProductButtons,ProductCard,ProductImage,ProductTitle } from "aiab-product-card"; ```
Readme
Ejemplo
import { ProductButtons,ProductCard,ProductImage,ProductTitle } from "aiab-product-card"; product={product}
initialValues={{
count: 4,
maxCount: 10,
}}
>
{({ reset, increaseBy, count, isMaxCountReached }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)}
</ProductCard>```