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

0.0.1 • Public • Published

AAG-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Abraham Alvarado

Ejemplo

 import { ProductCard } from 'do-product-card
<ProductCard 
    product={ product } 
    className="bg-dark text-white"
    initialValues={{
        count: 4,
        // maxCount: 15
    }}
>
    {
    ({ reset, increaseBy, maxCount, count, isMaxCountReached, ...args }) => (
        <>
            <ProductImage/>
            <ProductTitle/>
            <ProductButtons/>   
        </>
    ) }
</ProductCard>

Package Sidebar

Install

npm i aag-product-card-ts

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

152 kB

Total Files

30

Last publish

Collaborators

  • abrahamag