Socket
Socket
Sign inDemoInstall

rss-product-card

Package Overview
Dependencies
593
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rss-product-card

Este es un paquete de pruebas de despliegue en NPM


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

RS-Product-Card

Este es un paquete de pruebas de despliegue en NPM

Rafael Sequeira

Ejemplo

import { ProductCard, ProductImage, ProductTitle, ProductButtons } from 'rs-product-card'
<ProductCard
    product={product}
    initialValues={{
        count: 4,
        maxCount: 10
    }}
>
    {
        ({ isMaxCountReached, reset, increaseBy, count }) => (
            <>
                <ProductImage />
                <ProductTitle />
                <ProductButtons />
            </>
        )
    }
</ProductCard>

Keywords

FAQs

Last updated on 02 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc