Package Exports
- jhnsn-product-card
- jhnsn-product-card/dist/index.js
- jhnsn-product-card/dist/jhnsn-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 (jhnsn-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
Jhnsn - Product Card
This is a package for testing deploy to NPM
Johans Neira
Ex:
import { ProductCard, ProductImage, ProductTitle, ProductButtonsCounter } from 'jhnsn-product-card';<ProductCard
product={ product }
initialValues={{
count: 4,
maxCount: 10,
}}
>
{
({ reset, increaseBy, count }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtonsCounter />
</>
)
}
</ProductCard>