Skip to main content
Reown Docs

Components

1 min read

You can use predefined AppKitComponent and add it in your application. As a view, dialog or modal.

Buttons#

You can add ready made button components to your application

Web3Button#

Network Button#

Connect Button#

Account Button#

AppKit State#

AppKitState is an object that ensures communication between your application and the state of the AppKit.

Create appKitState:#

NavController is required to create appKitState

AppKitState methods#

returns StateFlow<Boolean> whose value is updated depending on whether the appkit component is open

returns StateFlow<Boolean> whose value depends on the active session in AppKit