rubenguc / rgc-product-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rgc-Product-Card

Este es un paquete de prueba de despliegue

Ruben

Ejemplo

import { } from 'rgc-Product-Card'
<ProductCard
  product={products[0]}
  initialValues={{
    count: 4,
  }}
>
  {({ count, isMaxCountReached, reset, increaseBy }) => (
    <>
      <ProductImage />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

About

License:MIT License


Languages

Language:TypeScript 85.7%Language:CSS 9.6%Language:HTML 2.5%Language:JavaScript 2.3%