0.0.1 • Published 1 year ago
sgc-product-card v0.0.1
SGC-Product-Card
Este es un paquete de pruebas de despligue en NPM
Sebastian Gabriel Cuello
Ejemplo
import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'sgc-product-card'
<ProductCard
product= { product }
initialValues={{
count: 1,
maxCount: 15
}}
>
{
( args ) => (
<>
<ProductImage />
<ProductTitle/>
<ProductButtons />
</>
)
}
</ProductCard>
0.0.1
1 year ago