0.0.0 • Published 2 years ago

@friktion-labs/walletkit v0.0.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

@gokiprotocol/walletkit

WalletKit is a React library that allows a Solana dApp to display a modal for connecting wallets.

Common questions

My modal is behind something else. How do I fix this?

You can change the z-index of the modal like so:

[data-reach-dialog-overlay] {
  z-index: 9999999;
}