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

1.0.0-rc • Public • Published

EF-Product-Card

Paquet de proves per a desplegar a NPM

Eduard Farinyes

Exemple

import {ProductCard, ProductImage, ProductTitle, ProductButtons } from 'ef-product-cart'
<ProductCard
    
    product={product}
        
    initialValues={{
        count: 3,
        maxCount: 10
    }}
>
    {
        ( {reset, count, incressBy, maxCount, isMaxCountReached } ) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
            </>
        )
    }
</ProductCard>

Package Sidebar

Install

npm i ef-product-cart

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

148 kB

Total Files

40

Last publish

Collaborators

  • efarinyes