UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

5 lines (4 loc) 208 B
import { jsx as _jsx } from "react/jsx-runtime"; export const TurnstileWidget = ({ siteKey }) => { return (_jsx("div", { "data-turnstile": "widget", "data-sitekey": siteKey, "data-theme": "light" })); };