Usage
The following outlines how to to implement the USX Transfer Widget.
Getting Started
Required Configuration
Property | Description |
---|---|
| Mapping of EVM JSON-RPC endpoint URL strings, indexed by chain ID. |
Optional Configuration
Property | Description |
---|---|
| Object of properties to set custom styling. |
| Number to define custom width, in pixels. |
Example Usage
This snippet demonstrates how to implement the UsxTransferWidget
component in a React application.
Note: The minimum width of the widget is 300px
.
Last updated