0.0.2-alpha • Published 3 years ago

kd-card v0.0.2-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

paquete de prueba

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from "../components"
  <ProductCard 
      key={product.id}
      product={product} 
      initialValues={{ 
        count: 0,
      }}
    >
      {
        ( { reset, increaseBy, isMaxCountReached, count } ) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )
      }
  </ProductCard>
0.0.2-alpha

3 years ago

0.0.1-alpha

3 years ago