2.0.0-rc • Published 6 months ago

mcm-product-card v2.0.0-rc

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

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'mcm-product-card';
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>
    {
        ({ count, maxCount, isMaxCountReached, reset, increaseBy }) => (
            <>
                <ProductImage img={product.img} />
                <ProductTitle />
                <ProductButtons />
            </>
        )
    }
</ProductCard>
2.0.0-rc

6 months ago

1.0.0-rc

6 months ago

0.1.0

6 months ago