@reown/appkit-react-native
.
<AppKitButton />
AppKitButton
is a versatile component that intelligently adapts its appearance and behavior based on the current connection status.
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 (primarily when disconnected). | string |
loadingLabel | The text shown in the button when the modal is open. | string |
<AccountButton />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |
balance | Show or hide the user’s balance. | 'show' | 'hide' |
<ConnectButton />
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 |
<NetworkButton />
Variable | Description | Type |
---|---|---|
disabled | Enable or disable the button. | boolean |