Widgets.CheckoutWidget
Widget a prebuilt UI for purchasing a specific token.
By default, the CheckoutWidget
component will allows users to fund their wallets with crypto or fiat on any of the supported chains..
You can customize the UI of the CheckoutWidget
component by passing a custom theme object to the theme
prop.
Refer to the Theme
type for more details.
You can update the title of the widget by passing a title
prop to the CheckoutWidget
component.
You can customize the wallet connection flow by passing a connectOptions
object to the CheckoutWidget
component.
Refer to the CheckoutWidgetConnectOptions
type for more details.