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

1.0.0-rc • Public • Published

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

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i fa-components

    Weekly Downloads

    1

    Version

    1.0.0-rc

    License

    MIT

    Unpacked Size

    157 kB

    Total Files

    41

    Last publish

    Collaborators

    • francoa7