0.0.2 • Published 2 years ago

tfw-product-card v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>
0.0.2

2 years ago

0.0.1

2 years ago