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

0.0.1 • Public • Published

apc-product-card

Este es un paquete de pruebas de despliegue npm

Alberto Peña

Ejemplos

import {
    ProductCart,
    ProductImage,
    ProductTitle,
    ProductButtons,
} from './apc-product-card';

const product = {
  id: '1',
  title: 'Coffee Mug Card',
  image: '../../../public/coffee-mug.png',
};

<ProductCart
                    product={product}
                    initialValues={{
                        count: 0,
                        maxCount: 10,
                    }}
                >
                    {() => (
                        <>
                            <ProductImage />
                            <br />
                            <ProductTitle />
                            <ProductButtons />
                        </>
                    )}
                </ProductCart>

Readme

Keywords

Package Sidebar

Install

npm i apc-product-card-1

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

155 kB

Total Files

40

Last publish

Collaborators

  • apc91