0.0.4 • Published 2 years ago

@abolo/br-checker v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Beyond Rarity widget

Installation

Using NPM:

npm i @abolo/br-checker

Using YARN:

yarn add @abolo/br-checker

Usage

Import the component and use it:

import BRChecker from '@abolo/br-checker'

const Example = () => (
    <div>
        <h1>Beyond Rarity Checker</h1>
        <BRChecker 
            collectionId="wallstmoms" 
            startTokenId={1}
            endTokenId={3000}
            theme="light"
        />
    </div>
)

Component Required Props:

  • collectionId - The collection id (slug)
  • startTokenId - The first token id
  • endTokenId - The last token id

Component Optional Props:

  • theme - should be 'light' or 'dark'. Default is 'light'.
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago