Skip to content

QuaDDom/react-product-card

Repository files navigation

React-product-card

This is a test package for deployment in NPM

- By Jadom

Example:

import { ProductCard, ProductImage, ProductTitle, ProductButtons} from 'react-product-card';
<ProductCard 
 product={ product }
 initialValues={{ count: 1 }}
>
    {
        ({reset, count, handleClick, isMaxCountReached})=> (
        <>
            <ProductImage/>
            <ProductTitle/>
            <ProductButtons/>
        </>
        )
    }
</ProductCard>

About

This is a library test for React uploaded to NPM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published