UNPKG

@progress/sitefinity-nextjs-sdk

Version:

Provides OOB widgets developed using the Next.js framework, which includes an abstraction layer for Sitefinity communication. Additionally, it offers an expanded API, typings, and tools for further development and integration.

6 lines (5 loc) 329 B
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime"; import { SubmitButtonClient } from './submit-button-client'; export function SubmitButtonDefaultView(props) { return (_jsx(_Fragment, { children: _jsx("div", { ...props.attributes, children: _jsx(SubmitButtonClient, { children: props.label }) }) })); }