Skip to main content

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

<AppKitButton />

VariableDescriptionType
disabledEnable or disable the button.
boolean
balanceShow or hide the user's balance.
'show' | 'hide'
sizeDefault size for the button.
'md' | 'sm'
labelThe text shown in the button.
string
loadingLabelThe text shown in the button when the modal is open.
string

<AccountButton />

VariableDescriptionType
disabledEnable or disable the button.
boolean
balanceShow or hide the user's balance.
'show' | 'hide'

<ConnectButton />

VariableDescriptionType
sizeDefault size for the button.
'md' | 'sm'
labelThe text shown in the button.
string
loadingLabelThe text shown in the button when the modal is open.
string

<NetworkButton />

VariableDescriptionType
disabledEnable or disable the button.
boolean