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

0.0.1 • Public • Published

Product Card

Este es un paquete de pruebas de npm

Juan Diego Falcón Córdova

Example

import {ProductCard} from 'jf-product-card';
<ProductCard product={product} initialValues={{ count: 0, maxCount: 12 }}>
                    {
                        ({ reset, count, changeCount, maxCount }) => (
                            <>
                                <ProductCard.Image />
                                <ProductCard.Title />
                                <ProductCard.Buttons />
                            </>
                        )
                    }
</ProductCard>

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i jf-product-card

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    146 kB

    Total Files

    29

    Last publish

    Collaborators

    • juanfalcon