do-product-card-limber-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Do-product-card

this is a test package for deploy to npm

Limbers

Example

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

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

Package Sidebar

Install

npm i do-product-card-limber-react

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

154 kB

Total Files

40

Last publish

Collaborators

  • limbermay