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

0.0.1 • Public • Published

FHO-Product-Card

This is a deployment test package for NPM

Franciscojho

Example

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

Readme

Keywords

Package Sidebar

Install

npm i fho-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

154 kB

Total Files

29

Last publish

Collaborators

  • franciscojho