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

1.0.0-rc • Public • Published

RL-Product-card

este es un paquete de pruebas de despliegue en NPM

Leonel Rivas

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from "rl-product-card
<ProductCard
        product={product}
        className="bg-dark text-white"
        initialValues={{
          count: 6,
          maxCount: 10,
        }}
      >
        {({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
          <>
            <ProductImage />
            <ProductTitle />
            <ProductButtons />
          </>
        )}
      </ProductCard>

Package Sidebar

Install

npm i rl-product-card-rl

Weekly Downloads

2

Version

1.0.0-rc

License

MIT

Unpacked Size

151 kB

Total Files

30

Last publish

Collaborators

  • leo_riv22