Aller au contenu

OpenInAppButton

Ce contenu n’est pas encore disponible dans votre langue.

OpenInAppButton(args): Element | null

Defined in: vendor/wallet/sdk/components/src/components/OpenInAppButton/OpenInAppButton.tsx:36

Button to open the Frak Wallet mobile app via deep link

string = ""

Classname to apply to the button

string

string

Text to display on the button.

When omitted, a built-in localized default is used based on the resolved language ("Open in App" / "Ouvrir dans l'app").

Element | null

The open in app button with <button> tag (only renders on mobile devices)

Basic usage:

<frak-open-in-app></frak-open-in-app>

Using a custom text:

<frak-open-in-app text="Get the App"></frak-open-in-app>

With login action:

<frak-open-in-app classname="button button-primary"></frak-open-in-app>