icf-product-cart
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

ICF-ProductCart

This is a test package deployed in NPM.

Igor Chinchay Farroñay

Example

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'icf-product-cart';
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10,
    }}
>
    {({ count, reset, isMaxCountReached, increaseBy }) => (
        <>
            <ProductCard.Image />
            <ProductCard.Title />
            <ProductCard.Buttons />
        </>
    )}
</ProductCard>

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i icf-product-cart

    Weekly Downloads

    0

    Version

    1.0.0-rc

    License

    MIT

    Unpacked Size

    152 kB

    Total Files

    29

    Last publish

    Collaborators

    • kasuk1