0.0.2 • Published 1 year ago

fernandoherrera-reactpro-alexcan v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Alexcan ReactPro Library

Package from Fernando Herrera React Pro Course Section

Alex Cantón García

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from "fernandoherrera-reactpro-alexcan"
    <ProductCard
        key={product.id}
        product={product}
        initialValues={{
            count: 6,
            maxCount: 10,
        }}
    >
        {
            ({ reset, count, isMaxCountReached, maxCount, increaseBy }) => (
                <>
                    <ProductImage />
                    <ProductTitle />
                    <ProductButtons />
                </>
            )
        }
    </ProductCard>
0.0.2

1 year ago

0.0.1

1 year ago