UNPKG

@whop/react

Version:

React SDK for building embedded apps on Whop

11 lines (10 loc) 329 B
import React from "react"; import { script } from "./script.mjs"; export function WhopThemeScript() { const scriptString = `(${script.toString()})()`; return React.createElement(React.Fragment, null, React.createElement("script", { dangerouslySetInnerHTML: { __html: scriptString } })); }