0.0.1 • Published 1 year ago

cv-product-cart v0.0.1

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

TEST

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

Ejemplo

<ProductCard
   product={product}
   initialValues={{
      count: 2,
      maxCount: 10,
   }}
>
   {() => {
      return (
         <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
         </>
      );
   }}
</ProductCard>