nachomp-product-app
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

Nachomp-Product-App

Project for testing NPM package deployment

Nacho Martínez

Example

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'nachomp-product-app';
<ProductCard
  product={product}
  initialValues={{
    count: 6,
    // maxCount: 10,
  }}
>
  {({ reset, increaseBy, isMaxCountReached, count, maxCount }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

Package Sidebar

Install

npm i nachomp-product-app

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

150 kB

Total Files

40

Last publish

Collaborators

  • nachomp