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

0.0.1 • Public • Published

SF-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Samuel Febreiro

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'sf-product-card';
<ProductCard
    product={product}
    initialValues={{
      count: 4,
      maxCount: 10
      }}
    >

      {
        ({reset, count, isMaxCountReached, maxCount, increaseBy}) => (
            <>
              <ProductImage/>
              <ProductTitle/>
              <ProductButtons/>
            </>
          )
      }                    
</ProductCard>

Package Sidebar

Install

npm i sfl-product-card

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

163 kB

Total Files

41

Last publish

Collaborators

  • sfebreiro