tfw-product-card
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i tfw-product-card

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

173 kB

Total Files

47

Last publish

Collaborators

  • tomwilson89