Embed inside a React app with no npm install — the bundle is served from the same Vercel CDN as the iframe loader and the web-component.
import { WexioWidget } from "https://cdn.wexio.io/widget/widget-react.js";
<WexioWidget publicKey="pk_live_..." />
Same widget shell, but mounted into a Shadow DOM portal inside
the host React tree. onResize + onClose
are React callbacks; events render in the log below.