wisftock


  • published 1.4.0 2 years ago
  • ```js <ProductCard product={product} initialValues={{ count: 4, // maxCount: 10, }} > {({ count, reset, increasyBy, isMaxCountReached, maxCount }) => { return ( <> <ProductCard.Image /> <ProductCard.Title /> <ProductCard.Buttons /> </> ); }} </ProductCard

    published 0.0.1 2 years ago