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

0.1.0 • Public • Published

RS-Product-Card

Este es un paquete de pruebas de despliegue en npm

Ramses Salinas

Ejemplo

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

Readme

Keywords

Package Sidebar

Install

npm i rs-product-card

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

152 kB

Total Files

40

Last publish

Collaborators

  • ramses_guillen