You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are two exports: <ConnectPushWalletButton /> and <TogglePushWalletButton account={account} />
Make them inside a single component only
<PushWalletButton
account={account} // null is non-login state
component=’button’ | component // needs to be button or custom component
title=’title’ // this is the title displayed in the button
styling=’styles’ // this is again taken if the styles of the button is not incorporated
>
Note: IFrame should be injected as part of that component, if design issues then move iFrame to provider or implementation part if it always will come
The text was updated successfully, but these errors were encountered:
Currently there are two exports:
<ConnectPushWalletButton />
and<TogglePushWalletButton account={account} />
Make them inside a single component only
Note: IFrame should be injected as part of that component, if design issues then move iFrame to provider or implementation part if it always will come
The text was updated successfully, but these errors were encountered: