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

0.0.1 • Public • Published

SVG-Product-Card

este es un paquete de pruebas de despliegue en NPM

Sebastian Velez Galeano

Ejemplo

import {ProductCard, ProductImage, ProductTitle, ProductButtons} from 'svg-product-card'

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

Package Sidebar

Install

npm i svg-product-card

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

149 kB

Total Files

41

Last publish

Collaborators

  • sebastianvelezgaleano