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

1.0.0-rc • Public • Published

Product-Card-jabq

Este es un paquete de pruebas de despliegue en NPM

Jesus Briceño

Ejemplo

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

<ProductCard
    product={product}
    initialValues={{
    count:4,

    }} 
  >
  {
  ( { reset, count, increaseBy, isMaxCountReached })=>(
  <>
    <ProductImage />
    <ProductTitle  />
    <ProductButtons />
  />
  )
  }
</ProductCard>

Package Sidebar

Install

npm i product-card-jabq

Weekly Downloads

2

Version

1.0.0-rc

License

MIT

Unpacked Size

152 kB

Total Files

29

Last publish

Collaborators

  • alexis19b