0.0.1 • Published 1 year ago

an-product-card v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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>

        ```
0.0.1

1 year ago