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

0.2.0 • Public • Published

Varela Product Card

Este es un depliegue de pruebas paras NPM

##Marco Antonio Estelles Martinez

##Ejemplo

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

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

Package Sidebar

Install

npm i varela-product-card

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

152 kB

Total Files

29

Last publish

Collaborators

  • tonovarela