cv-product-cart
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i cv-product-cart

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

150 kB

Total Files

41

Last publish

Collaborators

  • testnpmupload33