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

1.0.0-rc • Public • Published

KG-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Kevin García

Ejemplo

  import{ProductCard, ProductImage, ProductTitle, ProductButtons} from 'do-product-card';
<ProductCard
	product={p}
	style={{
		margin: "0 10px",
	}}
	initialValues={{
		count: 5,
		// maxCount: 10,
	}}
>
	{({ reset, increaseBy, isMaxCountReached, count }) => (
		<>
			<ProductImage/>
			<ProductTitle />
			<ProductsButtons />
			
		</>
	)}
</ProductCard>

Package Sidebar

Install

npm i kg-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

150 kB

Total Files

29

Last publish

Collaborators

  • kevinshogun