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

0.0.2 • Public • Published

DS product Card

Este es un paquete de pruebas de despliegue en NPM

Daniel Suarez

Ejemplo

import {
ProductImages
ProductTitle
ProductButtons
} from 'ds-product-card'
<ProductCard
  product={product}
  initialValue={{
    count: 5, //desde donde empieza
    maxCount: 10,
  }}
>
  {() => (
    <>
      <ProductImages />
      <ProductTitle />
      <ProductButtons />
    </>
  )}
</ProductCard>

Package Sidebar

Install

npm i ds-product-card

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

145 kB

Total Files

40

Last publish

Collaborators

  • danielsuarezdev