Skip to content

This is a npm project for test deploying a NPM package

License

Notifications You must be signed in to change notification settings

AlmostADev/ao-product-card

Repository files navigation

AO-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Alejandro Olmos

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'ao-product-card';


<ProductCard
  product={product}
  initialValues={{
    count: 4,
    maxCount: 10
  }}
>
  {({ count, reset, increaseBy, isMaxCountReached, maxCount }) => (
    <>
      <ProductImage/>
      <ProductTitle/>
      <ProductButtons/>
    </>
  )}
</ProductCard>

About

This is a npm project for test deploying a NPM package

Resources

License

Stars

Watchers

Forks

Packages

No packages published