lc_jaco_shopping
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

LC-JACO-SHOPPING

Este es un paquete de pruebas de despliegue en NPM

Alexis Córdoba

Ejemplo

import { ProductButtons, ProductCard, ProductImage, ProductTitle  from 'lc-jaco-shopping'
const product = {
  id: '1',
  title: 'Coffe Mug - Card',
  // img: './coffee-mug.png',
}
<ProductCard
    product={product}
    initialValues={{
      count: 4,
      //maxCount: 10
    }}
>
  {
    ({ reset, increaseBy, isMaxCountReached, isMinCountReached }) => (
      <>
        <ProductImage />
        <ProductTitle />
        <ProductButtons />
      </>
    )
  }

</ProductCard>

Package Sidebar

Install

npm i lc_jaco_shopping

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

161 kB

Total Files

42

Last publish

Collaborators

  • alexiscord