1.0.0-rc • Published 1 month ago

fa-components v1.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

FA Products Components

This is a testing package about npm deploy

Example

import { ProductImage, ProductTitle, ProductButtons } from "fa-components"
<ProductCard
          product={product}
          initialValues={{
            count: 4,
            maxCount: 10,
          }}
        >
          {({
            reset,
            increaseBy,
            count,
            isMaxCountReached,
            isMinCountReached,
            maxCount,
          }) => (
            <>
              <ProductImage />
              <ProductTitle />
              <ProductButtons />
            </>
          )}
</ProductCard>

Franco Angulo

1.0.0-rc

1 month ago

0.0.1

1 month ago