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

0.0.1 • Public • Published

AN-product-card

Julian Garcia

Ejemplo

import {ProductCard, ProductImage, ProductTitle,ProductButtons} from "an-product-card";


<ProductCard
        key={product.id}
        product={product}
        initialValues={{
        count: 4,
        maxCount: 10,
          }}
        >
          {({ reset, increaseBy, counter, isMaxCounterReached }) => (
            <>
              <ProductTitle />
              <ProductImage />
              <ProductButtons />
            </>
          )}
        </ProductCard>

        ```

Readme

Keywords

Package Sidebar

Install

npm i an-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

148 kB

Total Files

41

Last publish

Collaborators

  • julian12