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

0.0.2 • Public • Published

Rct-product-card

Testing package deployment to Npm

Alexson Coelho

Example

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

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i rct-product-card

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    151 kB

    Total Files

    40

    Last publish

    Collaborators

    • acoelho