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
Parameters
Section titled “Parameters”classname?
Section titled “classname?”string = ""
Classname to apply to the button
placement?
Section titled “placement?”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").
Returns
Section titled “Returns”Element | null
The open in app button with <button> tag (only renders on mobile devices)
Examples
Section titled “Examples”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>