Components
AppKit comes with a set of components in case you want to integrate fast.
You can import them from @reown/appkit-wagmi-react-native
or @reown/appkit-ethers-react-native
List of components available in AppKit package
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 |
Variable | Description | Type |
---|
disabled | Enable or disable the button.
| boolean |
balance | Show or hide the user's balance.
| 'show' or 'hide' |
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 |
Variable | Description | Type |
---|
disabled | Enable or disable the button.
| boolean |