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

1.0.0-rc • Public • Published

TSDX React User Guide

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

Example

import {ProductImage, ProductTitle, ProductButtons} from 'x'
<ProductCard
product={product}
initialValues={{
          count: 6,
          maxCount: 10,
        }} >
{({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
<>
<ProductImage />
<ProductTitle />
<ProductButtons />
</>
)}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i sam-rj-product-card

Weekly Downloads

1

Version

1.0.0-rc

License

MIT

Unpacked Size

153 kB

Total Files

42

Last publish

Collaborators

  • sam-r-garcia