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

0.0.1 • Public • Published

ANTH-Product-Card

Este es en un paquete de pruebas de despliegue en NPM

Anthony Lorenzo Garcia

Ejemplo

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

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

/anth-product-card/

    Package Sidebar

    Install

    npm i anth-product-card

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    143 kB

    Total Files

    41

    Last publish

    Collaborators

    • anth_lg