An open API service indexing awesome lists of open source software.

https://github.com/devferx/devferx-product-card

Proyecto de NPM de pruebas de React
https://github.com/devferx/devferx-product-card

Last synced: 12 months ago
JSON representation

Proyecto de NPM de pruebas de React

Awesome Lists containing this project

README

          

# Devferx-Product-Cart

Product Card Component

## Install

NPM
```
npm install devferx-product-card
```

Yarn
```
yarn add devferx-product-card
```

## Example

```js
import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'devferx-product-card'
```

```jsx

{({ count, isMaxCountReached, maxCount, reset, increaseBy }) => (
<>



>
)}

```

## [Demo](https://devferx-product-card-demo.netlify.app/)

![Coffee card](https://i.ibb.co/xYpKHXT/devferx-product-card-demo-netlify-app.png)
* https://devferx-product-card-demo.netlify.app/