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

0.0.2 • Public • Published

EP-Product-Card

Test Package to deploy on NPM

Eugenio Perez

import * from 'ep-product-card'
 <ProductCard
          product={product}
          initialValues={{
            count: 4,
            maxCount: 10,
          }}
        >
          {({
            reset,
            isMaxCountReached,
            maxCount,
            increaseBy,
            count,
          }: ProductCardHandlers) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
            </>
          )}
        </ProductCard>

Readme

Keywords

none

Package Sidebar

Install

npm i ep-product-card

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

153 kB

Total Files

29

Last publish

Collaborators

  • eugenioperez05