dAppBooster
    Preparing search index...
    ConnectButton: FC<ConnectButtonProps> = ...

    ConnectButton component, a customizable button for connecting or displaying connection status.

    The props for the ConnectButton component.

    Indicates if the user is connected. Default is false.

    The content to display inside the button.

    Additional props inherited from the Button component.

    <ConnectButton isConnected={true}>
    Connected
    </ConnectButton>