<appkit-button />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user’s balance. | 'show' | 'hide' |
size | Default size for the button. | 'md' | 'sm' |
label | The text shown in the button. | string |
loadingLabel | The text shown in the button when the modal is open. | string |
namespace | Option to show specific namespace account info. Note: eip155 is for EVM and bip122 is for Bitcoin. | 'eip155' | 'solana' | 'bip122' |
<appkit-account-button />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user’s balance. | 'show' | 'hide' |
<appkit-connect-button />
Variable | Description | Type |
---|---|---|
size | Default size for the button. | 'md' | 'sm' |
label | The text shown in the button. | string |
loadingLabel | The text shown in the button when the modal is open. | string |
<appkit-network-button />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |