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

0.0.2 • Public • Published

SCH-PRODUCT-CARD

Este es un paquete de pruebas de despligue en NPM

Sebastian Cassisi Hernandez

Ejemplo

import {ProductButtons, ProductCard, ProductImage, ProductTitle } from sch-product-card;
     <ProductCard
        product={product}
        initialValues={{
          count: 4,
        }}
      >
        {({ reset, isMaxCountReached, maxCount, increaseBy, count }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
      </ProductCard>

Package Sidebar

Install

npm i sch-product-card

Weekly Downloads

13

Version

0.0.2

License

MIT

Unpacked Size

151 kB

Total Files

29

Last publish

Collaborators

  • sebastiancassisi