Components
List of components available in Web3Modal package
<W3mButton />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user's balance. | 'show' or 'hide' |
size | Default size for the button. | 'md' or 'sm' |
label | The text shown in the button. | string |
loadingLabel | The text shown in the button when the modal is open. | string |
<W3mAccountButton />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user's balance. | 'show' or 'hide' |
<W3mConnectButton />
Variable | Description | Type |
---|---|---|
size | Default size for the button. | 'md' or 'sm' |
label | The text shown in the button. | string |
loadingLabel | The text shown in the button when the modal is open. | string |
<W3mNetworkButton />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |
Was this helpful?