kev-shopi
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc • Public • Published

Kev-Shopi

Este es un paquete de pruebas de despliegue en NPM

Kev BS

Example

import { ProductCart } from 'kev-shopi'
<ProductCart
    product={product}
    initialValue={{
        count: 4,
        maxCount: 10,
    }}
>
    {
        ({reset, increaseBy, maxCount, isMaxReached, count, product}) => (
            <>
                <ProductCart.Img />
                <ProductCart.Title />
                <ProductCart.Btns />
            </>
        )
    }
</ProductCart>

Package Sidebar

Install

npm i kev-shopi

Homepage

google.com/

Weekly Downloads

0

Version

1.0.0-rc

License

MIT

Unpacked Size

148 kB

Total Files

32

Last publish

Collaborators

  • kev.tsx