0.0.2 • Published 11 months ago

sjp-product-card v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Paquete de prubea de despliegue en NPM

Sebastian Pitra

Ejemplo

import { ProductCard } from '../components/ProductCard';
import { ProductButtons, ProductImage, ProductTitle } from '../components';


<ProductCard 
key={product.id} 
product={ product }
initialValues={{
  count: 4,
}} >

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

11 months ago

1.0.0-rc

11 months ago

0.0.1

11 months ago