0.0.2 • Published 2 years ago
react-typescript-test-01 v0.0.2
react-typescript-test-01
Is a test deployment package on NPM
AJ Rivera
Example
import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'do-product-card';
<ProductCard
product={ product }
initialValues={{
count: 6,
// maxCount: 10,
}}
>
{
({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)
}
</ProductCard>
0.0.2
2 years ago