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

1.0.0-rc • Public • Published

ANB-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Alejandro Navarro

Ejemplo

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

Package Sidebar

Install

npm i anb-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

160 kB

Total Files

41

Last publish

Collaborators

  • alenvbn