wfproductcard
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

wf product card

<ProductCard
  product={product}
  initialValues={{
    count: 4,
    // maxCount: 10,
  }}
>
  {({ count, reset, increasyBy, isMaxCountReached, maxCount }) => {
    return (
      <>
        <ProductCard.Image />
        <ProductCard.Title />
        <ProductCard.Buttons />
      </>
    );
  }}
</ProductCard>

Readme

Keywords

Package Sidebar

Install

npm i wfproductcard

Homepage

wisftock

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.26 MB

Total Files

46

Last publish

Collaborators

  • wisftock