0.0.2 • Published 2 years ago
tfw-product-card v0.0.2
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>