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

1.0.2 • Public • Published

AP-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Anthony Pastor

import { ProductCard } from 'ap-product-card-react'
<ProductCard
	product={product}
	initialValues={{
	count: 4,
	maxCount: 10,
	}}
>
	{({ reset, decreaseBy, increaseBy, isMaxCountReached, count }) => (
		<>
			<ProductCard.Image />
			<ProductCard.Title title={product.title} />
			<ProductCard.Buttons />
		</>
	)}
</ProductCard>

Package Sidebar

Install

npm i ap-product-card-react

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

156 kB

Total Files

41

Last publish

Collaborators

  • anthony_pastor