0.0.2 • Published 1 year ago

nav-product-card v0.0.2

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

Nav-Product-Card

This is an test package

Ejemplo

import { ProductCard } from "nav-product-card";
<ProductCard 
    product={product}
    initialValues={{
        count : 4,
        maxCount : 10,
    }}
>
    {
        ({ 
            reset, 
            count, 
            increaseBy, 
            isMaxCountReached 
        }) => (
            <>
                <ProductCard.Image />
                <ProductCard.Title />
                <ProductCard.Buttons />
            </>
        )
    }
</ProductCard>
0.0.2

1 year ago

0.0.1

1 year ago