1.0.1 • Published 2 years ago

lnx-product-card v1.0.1

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

lnx-product-card

Este es un paquete de pruebas de despliegue en NPM

Ejemplo

import { ProductCard } from 'lnx-product-card'
  <ProductCard 
    product = { products[0] }
    initialValues={{
      count: 4,
      maxCount: 10,
    }}
  >
    { () => (
      <>
        <ProductCard.Image />
        <ProductCard.Title />
        <ProductCard.Buttons />
      </>
    )}
  </ProductCard>