0.0.1 • Published 2 years ago

fh-product-card-prueba-mateoj v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

FH-product-card

Este es un paquete de pruebas de despliegue de npm

import {ProductCard,ProductImage, ProductTittle,ProductButtons} from 'fh-product-card'
<ProductCard
				product={product}
				initialValues={{
					count: 4,
					maxCount: 10,
				}}
			>
				{({ reset, increaseBy, isMaxCountReached }) => (
					<>
						<ProductImage />
						<ProductTittle />
						<ProductButtons />
					</>
				)}
			</ProductCard>
      ```