sl-product-cardsantii
TypeScript icon, indicating that this package has built-in type declarations

0.4.0-rc • Public • Published

#sl-product-card

Este es un paquete de pruebas de despligue en NPM

Santiago Ivan Lizarazo Mikly

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'sl-product-cardsantii'
 <ProductCard className="bg-dark" product={producto} initialValues={{ count: 5, maxCount: 15 }}>
                    {({ reset, increment, decrement, isMaxCountReached, count, maxCount }) => (
                        <>
                            <ProductImage ></ProductImage>
                            <ProductTitle ></ProductTitle>
                            <ProductButtons ></ProductButtons>
                           


                         </>
                    )}
                </ProductCard>
                ```

Package Sidebar

Install

npm i sl-product-cardsantii

Weekly Downloads

4

Version

0.4.0-rc

License

MIT

Unpacked Size

155 kB

Total Files

45

Last publish

Collaborators

  • sanlm01