Customizable Product Card – NPM Package

Santiago Vera

Developed and published a reusable React component package on NPM for managing dynamic product cards with customizable controls.
            <ProductCard
product={product}
initialValues={{
count: 4,
maxCount: 10
}}
>
{
({ count, isMaxCountReached, increaseBy, reset }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)
}
</ProductCard>
Like this project
0

Posted Mar 20, 2025

Created and published a React product card package on NPM with customizable controls.

Likes

0

Views

1

Timeline

Jan 24, 2025 - Jan 28, 2025

Scalable API Development for Clay Biosecurity
Scalable API Development for Clay Biosecurity
Deezer Clone – Music Streaming App
Deezer Clone – Music Streaming App