Replies: 1 comment 3 replies
-
You can on initial page mount call const { openConnectModal } = useConnectModal();
React.useEffect(() => {
openConnectModal();
},[openConnectModal]) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I have a quick question regarding RainbowKit.
Basically I would like to embed the wallet connection on my page.
I don't want to click on the button "Connect" and display modal- I prefer to show that modal as a part of the page.
Is it possible? If yes then how can I achieve it?
If no, then how can I open the modal when I enter the page (automatically)?
Beta Was this translation helpful? Give feedback.
All reactions