pf-product-card
v1.0.0-rc
Published
``` import { ProductCard } from 'react-ts-product-card'; ```
Maintainers
Readme
Ejemplo
import { ProductCard } from 'react-ts-product-card';<ProductCard
product={product}
initialValues={{ count: 4, maxCount: 10 }}
>
{({ count, isMaxCountReached, maxCount, increaseBy, reset }) => (
<>
<ProductCard.Image imgs='' />
<ProductCard.Title />
<ProductCard.Buttons />
</>
)}
</ProductCard>