1.0.0-rc • Published 9 months ago

drm-product-card v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

DR-Product-Card

Es un paquete de pruebas de despliegue en NPM

Ejemplo

 import { ProductCard, ProductImage, ProductTitle, ProductButton } from 'dr-product-card'
<ProductCard  product={product}

                initialValues={{
                    count: 4,
                    maxCount: 10
                }}
            >
                {
                    () => (
                        <>
                            <ProductImage />
                            <ProductTitle />
                            <ProductButton />
                        </>
                    )
                }
</ProductCard>

Darwin Ruiz

1.0.0-rc

9 months ago

0.0.1

9 months ago