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

1.0.0 • Public • Published

0-elv-product-card

This is just a package for test

Elvis Garcia

Examples

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'elv-product-card';

<ProductCard 
    product={ product }
    initialValues={{
        count: 6,
        maxCount: 10
    }}
>
    {
        ({ reset, count, isMaxCountReached, maxCount, increaseBy  }) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButtons  />
            </>
        )
    }
</ProductCard>

Readme

Keywords

none

Package Sidebar

Install

npm i elv-product-card

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.4 MB

Total Files

32

Last publish

Collaborators

  • elvis1327