文件名称:react-netlify-form
文件大小:220KB
文件格式:ZIP
更新时间:2024-05-22 03:28:18
react component form netlify JavaScript
React网络化形式 一个React组件,使使用Netlify&React表单更加容易。 安装 使用npm: npm install --save react-netlify-form 使用纱线: yarn add react-netlify-form 用法 import NetlifyForm from 'react-netlify-form' < NetlifyForm name = 'Contact Form'> { ( { loading , error , success } ) => ( < div> { loading && < div> Loading... < / div > } { error && < div> Your information was not sent. P