sg-product-card
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

SG-Product-Card

Paquete de pruebas de despliegue en NPM

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'sg-product-card';
<ProductCard 
    product={product}
    key={product.id}
    initialValues={{
        count: 6,
        // maxCount: 10
    }}
>
    {
        ({reset, increaseBy, maxCount, count, isMaxCountReached}) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
            </>
         )
    }        
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i sg-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

148 kB

Total Files

30

Last publish

Collaborators

  • smilena