1.0.2-rc • Published 1 year ago

alemac-product-card v1.0.2-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

AleMac-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Alejandro Maciá

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'alemac-product-card';
<ProductCard product={product} initialValues={{ count: 6, maxCount: 10 }}>
        {({}) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
</ProductCard>