0.0.1 • Published 2 years ago

ags-product-card v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

#AGS-Product-Card

Paquete para probar despliegue en NPM.

Adrián.

Ejemplo:

import {
    ProductCard,
    ProductImage,
    ProductTitle,
    ProductButtons,
} from 'AGS-product-card;
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>
    {() => (
        <>
            <ProductImage/>
            <ProductTitle/>
            <ProductButtons/>
        </>
    )}
</ProductCard>
0.0.1

2 years ago