kbd67-product-card
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

Carlos Ng

Ejemplo

    import { ProductCard, ProductImage, ProductButtons, ProductTitle } from '../.';
  <ProductCard 
      product={ product } 
      initialValues={{
          count: 4,
          maxCount: 8,
      }} 
  >

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

  </ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i kbd67-product-card

Weekly Downloads

109

Version

1.0.0-rc

License

MIT

Unpacked Size

158 kB

Total Files

40

Last publish

Collaborators

  • carlosngva