SdkViewType.Login
is used to adjust the login/signup UI options programmatically.
When using the login view, you add an object to the views array. This object should have type: SdkViewType.Login
and sections
which is an array of SdkViewSection objects.
Please read here for a comprehensive guide on using this feature.
wallet-list
configuration enables you to define tabs with predetermined labels, icons, filters, and recommended wallets, enhancing your application’s wallet selection interface. This feature is particularly useful for grouping wallets.
DynamicContextProvider
setup, the overrides
field is used to configure each tab in the wallet list. The configuration options available for each tab allow for detailed customization:
label
for text and an icon
for visual representation. The icon
can be one of the following options:
Example using Dynamic Iconic icons
Example custom image URL
Example using custom react icon
"grid"
.
All chains tab selected | Ethereum selected |
---|---|
![]() | ![]() |