Socket
Socket
Sign inDemoInstall

@rfoxlabs/rfox-nft-webcomponents

Package Overview
Dependencies
9
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @rfoxlabs/rfox-nft-webcomponents

Rfox NFT WebComponents


Version published
Weekly downloads
296
increased by14.29%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

RFOX Web Components

RFOX's NFT Web Components Collection

Installation

  1. Install via npm
npm install @rfl-nftplatform/rfox-webcomponents
  1. Import via CDN
<script type='module' src='https://unpkg.com/@rfoxlabs/rfox-nft-webcomponents/dist/components/components.esm.js'></script>

Example

<script type='module' src='https://unpkg.com/@rfoxlabs/rfox-nft-webcomponents/dist/components/components.esm.js'></script>
<!-- You can use the element anywhere in your template, JSX, HTML, etc -->
<rfox-drop-kit id="rinkebyPanel"
      collection-address="0xa83fc9856a63d6a157756ea428b7d12dfebffe95"
      collection-id="62849ecd4f07d0001cb8f952"
      contract-type="standard_721"
      network-name="rinkeby"
      chain-id="4"
      dev="true"
      wallet-text="Connect to Rinkeby"
      mint-text="Buy" />

Built Using Stencil

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