0.0.3 • Published 1 year ago

@dechains/wallet-modal v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@dechains/wallet-modal

Useage

  import WalletModalWrapper from "wallet-modal";
  import "@dechains/wallet-modal/dist/style.css"

Usage/Examples

import Component from 'my-project'

function App() {
  return  <WalletModalWrapper supportedChainIds={[97]} defaultChainId={97}>
            <Component />
          </WalletModalWrapper>
}

Props

- supportedChainIds

- defaultChainId

- theme

ParameterType
containerStyleReact.CSSProperties
cardStyleReact.CSSProperties
mainHeadingStyleReact.CSSProperties
overlayStyleReact.CSSProperties
modalContentStyleReact.CSSProperties
walletCardTextStyleReact.CSSProperties
walletNotSeeStyleReact.CSSProperties
walletNotSeeTextStyleReact.CSSProperties