Isolated Modals
The hooks provide tools for managing various modals in the VeChain application:
Use the { isolatedView: true } prop to show to not allow the user to browse other sections of the kit.
Account Related Modals
useAccountModal: Core account modal managementuseProfileModal: Show the user only his profile, with customize and logout optionuseAccountCustomizationModal: Account customization settingsuseAccessAndSecurityModal: Security settings and access managementuseChooseNameModal: Account name selectionuseUpgradeSmartAccountModal: Smart account upgrade management
Wallet & Connection Modals
useConnectModal: Wallet connection modaluseWalletModal: Combined wallet management modaluseLoginModalContent: Login modal content configuration
Transaction Modals
useTransactionModal: Transaction confirmation and statususeTransactionToast: Transaction notificationsuseSendTokenModal: Token transfer interfaceuseReceiveModal: Token receiving interface
Additional Feature Modals
useExploreEcosystemModal: VeChain ecosystem exploreruseNotificationsModal: Notification centeruseFAQModal: Frequently asked questions
Types
Usage example
Last updated
Was this helpful?