0.0.1 • Published 3 years ago
jf-product-card v0.0.1
Product Card
Este es un paquete de pruebas de npm
Juan Diego Falcón Córdova
Example
import {ProductCard} from 'jf-product-card';<ProductCard product={product} initialValues={{ count: 0, maxCount: 12 }}>
                    {
                        ({ reset, count, changeCount, maxCount }) => (
                            <>
                                <ProductCard.Image />
                                <ProductCard.Title />
                                <ProductCard.Buttons />
                            </>
                        )
                    }
</ProductCard>0.0.1
3 years ago