Package Exports
- cscg-product-card
- cscg-product-card/dist/cscg-product-card.esm.js
- cscg-product-card/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cscg-product-card) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Este es un paquete de pruebas de despliegue en NPM
Christian Camacho
Ejemplo
import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'cscg-product-card';<ProductCard
product={product}
key={product.id}
initialValues={{
count: 4,
maxCount: 10,
}} >
{({ reset, increaseBy, count, isMaxCountReached }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)}
</ProductCard>
```# c s c g - p r o d u c t - c a r d