UNPKG

@moveflow/widget

Version:

> ⚠️ **This is a testnet version** of the MoveFlow Checkout Widget. It is intended for development and testing purposes only. Do not use for mainnet payments.

9 lines (8 loc) 357 B
"use client"; import { jsx as _jsx } from "react/jsx-runtime"; import AppProvider from "./provider.js"; import WidgetImpl from "./widgetImpl"; import "@rainbow-me/rainbowkit/styles.css"; export function Widget(props) { return (_jsx(AppProvider, { children: _jsx(WidgetImpl, { basic_info: props.basic_info, payment: props.payment, ui: props.ui }) })); }