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
- Host: GitHub
- URL: https://github.com/devferx/devferx-product-card
- Owner: devferx
- License: mit
- Created: 2021-11-19T02:06:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T19:36:51.000Z (over 4 years ago)
- Last Synced: 2025-03-16T10:46:28.414Z (about 1 year ago)
- Language: TypeScript
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

* https://devferx-product-card-demo.netlify.app/