cuadros-code / kd-card

repo de publicación paquete

Home Page:https://www.npmjs.com/package/kd-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paquete de prueba

import { ProductButtons, ProductCard, ProductImage, ProductTitle } from "../components"
  <ProductCard 
      key={product.id}
      product={product} 
      initialValues={{ 
        count: 0,
      }}
    >
      {
        ( { reset, increaseBy, isMaxCountReached, count } ) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )
      }
  </ProductCard>

About

repo de publicación paquete

https://www.npmjs.com/package/kd-card

License:MIT License


Languages

Language:TypeScript 79.6%Language:CSS 13.7%Language:HTML 3.6%Language:JavaScript 3.1%