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

1.0.0-rc • Public • Published

DO-Product-Card

Paquete de despliegue

Ronnie Velasquez

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'rrvl-product-card'
<ProductCard
            product={product}
            initialValues={{
                count:4,
                maxCount:10,
            }}
            >
        {
            ({reset, isMaxCountReached, maxCount, count, increaseBy})=>(
                <>
                    <ProductImage />
                    <ProductTitle />
                    <ProductButtons />
                    
                </>
            )
        }
        
</ProductCard>

Package Sidebar

Install

npm i rrvl-product-card

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

153 kB

Total Files

45

Last publish

Collaborators

  • ronnierenso