GUIDES
Onboarding App
This example describes the configuration of an onboarding app for multiple platforms, such as GitHub and LinkedIn, X.
Explanation
-
metadata:
Describes the onboarding app, including its name, description, and image. -
$targets:
Defines where the app will be used: -
namespace
specifies the platform (e.g., GitHub or LinkedIn). -
contextType
specifies that the widget will be injected into the body of the page. -
injectTo
andinjectOnce
control the injection of the component at the end of the element only once. -
componentId
specifies the main component that will display the content.