tfw-product-card
v0.0.2
Published
## Description
Downloads
1
Readme
TFW-Product-Card
Description
This is a test package to npm deploy
Example
import {
ProductCard,
ProductImage,
ProductTitle,
ProductButtons,
} from 'tfw-product-card';
<ProductCard
product={product}
initialValues={{
count: 4,
maxCount: 10,
}}
>
{() => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)}
</ProductCard>