Package Exports
- raid-product-card
- raid-product-card/dist/index.js
- raid-product-card/dist/raid-product-card.esm.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 (raid-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
raid-produc-card
Este es un proyecto para aprender a desplegar a NPM
Rafael Ibañez Diego
Ejemplo
import { ShoppingCard, CardImage, CardTitle, CardButtons} from '';
<ShoppingCard key={product.id} product={product} initialValues={{ count: 4, //maxcount: 15 }}>
{
({ reset, increasBy, count, isMaxCountReached }) => (
<>
<CardImage />
<CardTitle />
<CardButtons />
</>
)
}
</ShoppingCard>