Request: add ConnectKitOptions.{hideWhatIsAWallet,beforeConnectorsElement,afterConnectorsElement} #194
Closed
ryanberckmans
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey @ryanberckmans, the To be more helpful, I'm aware that there is a forked version that supports MagicLink, though we haven't audited that repo's changes so DYOR. And I believe there is a forked version that supports custom email login, though I don't recall where to find that one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, for mass-market users, I need an email input field directly in the wallet selection modal to let the user login with an embedded wallet as one of the "connectors".
Here is what my mobile modal looks like today:
Here's what I would like it to look like:
I don't need connectkit to support logging in with an email. Instead, I only need minimal help to plug in my own custom components as modal content:
I believe this may be accomplished with three new
ConnectKitOptions
:Note that in my
<EmailLogin/>
component, I'll useuseModal
to close the modal programmatically when a user submits their email for login.Beta Was this translation helpful? Give feedback.
All reactions