1.0.0-rc • Published 7 months ago

smc-product-card v1.0.0-rc

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

SMC-Product-Card

Paquete de pruebas de despliegue en npm

Sergio Mejia

Ejemplo

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

7 months ago

0.1.0

7 months ago