文件名称:gatsby-plugin-recaptcha:GatsbyJS的ReCaptcha组件
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-05 01:35:27
security recaptcha gatsby gatsbyjs recaptcha-verification
皮蒂卡 描述 组件。 该插件是使用教程开发的。 安装 npm install @pittica/gatsby-plugin-recaptcha 用法 导入组件类。 import ReCaptcha , { Loader } from "@pittica/gatsby-plugin-recaptcha" 该组件在React.Component对象中更好地工作。 export default class ContactPage extends React . Component { constructor ( props , context ) { Loader ( ) } verifyCallback = ( token ) => { } render ( ) { return ( < ReCaptcha actio
【文件预览】:
gatsby-plugin-recaptcha-master
----.gitignore(2KB)
----README.md(2KB)
----LICENSE(1KB)
----.gitattributes(66B)
----package.json(823B)
----index.js(3KB)
----gatsby-plugin-recaptcha.code-workspace(60B)
----.npmignore(147B)