Integrate the widget with your Next.js, Remix or Nuxt application
'use client'
directive, which ensures that the widget component is only rendered in the client-side environment.
Please take a look at our complete example in the widget repository here.
If you’re using Next.js with the App Router, the following example shows how to add the widget to a page:
WidgetSkeleton
component that can be used as a fallback while the main widget component is being loaded.
WidgetSkeleton
component is currently only tested within the Next.js environment and might not work with other SSR frameworks.Widget Skeleton